Skip to content

Commit

Permalink
Bump version: 2.1.0 → 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Jun 12, 2020
1 parent 77dc175 commit 190a8e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 2.1.0
current_version = 2.1.1
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 .spatiotemporal import *
from .zonal import *

__version__ = '2.1.0'
__version__ = '2.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if sys.version_info[:2] < (3, 6):
raise RuntimeError("Python version >= 3.6 required.")

__version__ = '2.1.0'
__version__ = '2.1.1'

classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
Expand Down

0 comments on commit 190a8e9

Please sign in to comment.