diff --git a/py_gnome/gnome/__init__.py b/py_gnome/gnome/__init__.py index edad30796..be0dc66aa 100644 --- a/py_gnome/gnome/__init__.py +++ b/py_gnome/gnome/__init__.py @@ -2,9 +2,6 @@ __init__.py for the gnome package """ - - - from itertools import chain import sys @@ -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