diff options
author | Philip Paquette <pcpaquette@gmail.com> | 2019-08-28 06:19:34 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-08-28 06:20:27 -0400 |
commit | 70e8f45baa0a4996acb6e0976fc4362af05e54d2 (patch) | |
tree | a73803df0cfa194c7aedb64ce28e7b0302986db0 | |
parent | f939bcea1eaf358f1884367360adfc8e883ea753 (diff) |
Bump version to 1.1.0
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ if (sys.version_info.major, sys.version_info.minor) <= (3, 4): # ------------------------------------ # Configuration PACKAGE_NAME = 'diplomacy' -PACKAGE_VERSION = '1.0.1' +PACKAGE_VERSION = '1.1.0' setup(name=PACKAGE_NAME, version=PACKAGE_VERSION, |