Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycenHarris committed May 2, 2024
1 parent 64ea99a commit 6da0b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geojp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Brycen Harris"""
__email__ = "bharri94@vols.utk.edu"
__version__ = "0.0.4"
__version__ = "0.0.5"

from .geojp import Map
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "geojp"
version = "0.0.4"
version = "0.0.5"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -52,7 +52,7 @@ universal = true


[tool.bumpversion]
current_version = "0.0.4"
current_version = "0.0.5"
commit = true
tag = true

Expand Down

0 comments on commit 6da0b3c

Please sign in to comment.