Skip to content

Commit

Permalink
Bump version: 2.4.1 → 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Nov 19, 2021
1 parent c81a08a commit 144b277
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.4.1
current_version = 2.4.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 @@ -3,4 +3,4 @@
from .spatiotemporal import *
from .zonal import *

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

__version__ = "2.4.1"
__version__ = "2.4.2"

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

0 comments on commit 144b277

Please sign in to comment.