Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Sep 17, 2019
1 parent bd7d1d7 commit 897926f
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.2
current_version = 1.1.0
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.2'
__version__ = '1.1.0'
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.2'
__version__ = '1.1.0'

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.2"]
geo = ["geopandas", "shapely >= 1.1.0"]

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

0 comments on commit 897926f

Please sign in to comment.