Browse Source

2020.1.1.b9

bernhardbuhl 4 years ago
parent
commit
4554e2219d
2 changed files with 6 additions and 1 deletions
  1. 5 0
      MakePackage.sh
  2. 1 1
      setup.py

+ 5 - 0
MakePackage.sh

@@ -1,3 +1,8 @@
+rm -R dist/baangt-*
+rm -R dist/baangt
+rm -R dist/baangtIA
+rm -R dist/baangt.app
+rm -R dist/baangtIA.app
 python3 setup.py sdist bdist_wheel
 python3 -m pip install --user --upgrade twine
 python3 -m twine upload dist/*

+ 1 - 1
setup.py

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="baangt", # Replace with your own username
-    version="2020.1.1b7",
+    version="2020.1.1b9",
     author="Bernhard Buhl",
     author_email="buhl@buhl-consulting.com.cy",
     description="Basic And Advanced NextGeneration Testing",