diff --git a/as4pgc/AS4PGC.py b/as4pgc/AS4PGC.py index 0e0d733..ca627a0 100644 --- a/as4pgc/AS4PGC.py +++ b/as4pgc/AS4PGC.py @@ -80,7 +80,7 @@ # if we import it from setup.py the help shows "strange default parameters"... # import setup # from setup import __version__ -__version__ = "1.0.7" +__version__ = "1.0.8" # current frame ############### diff --git a/as4pgc/__init__.py b/as4pgc/__init__.py index aed1ed0..4472f4c 100644 --- a/as4pgc/__init__.py +++ b/as4pgc/__init__.py @@ -1,4 +1,4 @@ # Version of Module -__version__ = "1.0.7" +__version__ = "1.0.8" diff --git a/setup.py b/setup.py index 02e42fa..08d8e87 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # The text of the README file README = (HERE / "README.md").read_text() -__version__ = "1.0.7" +__version__ = "1.0.8" # This call to setup() does all the work setup(