Skip to content

Commit

Permalink
Merge pull request #31 from weikang9009/py37
Browse files Browse the repository at this point in the history
prepare for release of v2.1.0
  • Loading branch information
weikang9009 authored Jun 29, 2019
2 parents 9b3eb97 + 1166a85 commit 28e95d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Installation
============

pointpats supports python `3.5`_ and `3.6`_ only. Please make sure that you are
operating in a python 3 environment.
From version 2.1.0, pointpats supports python `3.6`_ and `3.7`_ only.
Please make sure that you are operating in a python 3 environment.

Installing released version
---------------------------
Expand All @@ -21,6 +21,11 @@ Type::

pip install .

You may also install the latest stable pointpats via `conda-forge`_ channel by
running::

$ conda install --channel conda-forge pointpats

Installing development version
------------------------------

Expand All @@ -41,3 +46,4 @@ contribute to the pointpats development.
.. _Python Package Index: https://pypi.org/project/pointpats/
.. _pysal/pointpats: https://github.com/pysal/pointpats
.. _fork: https://help.github.com/articles/fork-a-repo/
.. _conda-forge: https://github.com/conda-forge/pointpats-feedstock
2 changes: 1 addition & 1 deletion pointpats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0"
__version__ = "2.1.0"
# __version__ has to be defined in the first line

from .pointpattern import PointPattern
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def setup_package():
maintainer='Hu Shao',
maintainer_email='shaohutiger@gmail.com',
py_modules=['pointpats'],
python_requires='>3.4',
python_requires='>3.5',
test_suite = 'nose.collector',
tests_require=['nose'],
keywords='spatial statistics',
Expand Down

0 comments on commit 28e95d4

Please sign in to comment.