Browse Source

Bump 1.1.17 to 1.1.18

bernhardbuhl 3 years ago
parent
commit
8f96e8bcd0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .bumpversion.cfg
  2. 1 1
      setup.py

+ 1 - 1
.bumpversion.cfg

@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.1.17
+current_version = 1.1.18
 commit = True
 tag = True
 

+ 1 - 1
setup.py

@@ -6,7 +6,7 @@ if __name__ == '__main__':
 
     setuptools.setup(
         name="baangt",
-        version="1.1.17",
+        version="1.1.18",
         author="Bernhard Buhl",
         author_email="info@baangt.org",
         description="Open source Test Automation Suite for MacOS, Windows, Linux",