Skip to content

Commit

Permalink
remove the "dev" from the version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Aug 1, 2024
1 parent cc70c28 commit a7bf9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_gnome/gnome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# just so it will be in the namespace.
from .gnomeobject import GnomeId, AddLogger

__version__ = "1.1.13dev"
__version__ = "1.1.13"


if os.name == 'nt':
Expand Down

0 comments on commit a7bf9e8

Please sign in to comment.