From c24efd30e92ae01ba6943b701705279d913daf1d Mon Sep 17 00:00:00 2001 From: ClarkFieseln <54716944+ClarkFieseln@users.noreply.github.com> Date: Sat, 21 Aug 2021 09:31:39 +0200 Subject: [PATCH] new version --- as4pgc/AS4PGC.py | 2 +- as4pgc/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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(