Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Jul 25, 2019
1 parent 53622e5 commit 24f8035
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.0.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pylandstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .landscape import *
from .spatiotemporal import *

__version__ = '1.0.1'
__version__ = '1.0.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See: https://github.com/pypa/setuptools/issues/309 and https://bit.ly/300HKtK
from pythran.dist import PythranExtension

__version__ = '1.0.1'
__version__ = '1.0.2'

classifiers = [
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
Expand All @@ -31,7 +31,7 @@
# Extra dependencies for geometric operations
# we deliberately do not set any lower nor upper bounds on `geopandas`
# dependency so that people might install its cythonized version
geo = ["geopandas", "shapely >= 1.0.1"]
geo = ["geopandas", "shapely >= 1.0.2"]

install_requires = [x.strip() for x in all_reqs if 'git+' not in x]
dependency_links = [
Expand Down

0 comments on commit 24f8035

Please sign in to comment.