Skip to content

Commit

Permalink
Bump version: 2.2.1 → 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Apr 23, 2021
1 parent 21cd371 commit 9dd7b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.1
current_version = 2.3.0
commit = True
tag = True

Expand All @@ -8,4 +8,3 @@ tag = True
[bumpversion:file:pylandstats/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion pylandstats/__init__.py
Expand Up @@ -2,4 +2,4 @@
from .spatiotemporal import *
from .zonal import *

__version__ = '2.2.1'
__version__ = '2.3.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
if sys.version_info[:2] < (3, 6):
raise RuntimeError("Python version >= 3.6 required.")

__version__ = '2.2.1'
__version__ = '2.3.0'

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

0 comments on commit 9dd7b54

Please sign in to comment.