Skip to content

Commit

Permalink
Updated version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Jun 15, 2021
1 parent cd60e59 commit cfca074
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions py_gnome/gnome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
__init__.py for the gnome package
"""




from itertools import chain

import sys
Expand All @@ -21,8 +18,7 @@
from .gnomeobject import GnomeId, AddLogger
# from gnomeobject import init_obj_log

# using a PEP 404 compliant version name
__version__ = '0.7.0'
__version__ = '1.0.0'


# a few imports so that the basic stuff is there
Expand Down

0 comments on commit cfca074

Please sign in to comment.