Skip to content

Commit

Permalink
default configuration synched with config.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkFieseln committed Aug 23, 2021
1 parent 35499fe commit f982699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion as4pgc/AS4PGC.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0"
__version__ = "1.1.1"

# current frame
###############
Expand Down
2 changes: 1 addition & 1 deletion as4pgc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version of Module

__version__ = "1.1.0"
__version__ = "1.1.1"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# The text of the README file
README = (HERE / "README.md").read_text()

__version__ = "1.1.0"
__version__ = "1.1.1"

# This call to setup() does all the work
setup(
Expand Down

0 comments on commit f982699

Please sign in to comment.