From 1a957de2e39c3e2444ed22108025dbbc837e6f09 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 5 May 2019 17:17:13 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- to_pypi.bat | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 to_pypi.bat diff --git a/setup.py b/setup.py index 43e85070..f69aabbe 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as f: setuptools.setup( name="royalnet", - version="5.0a1", + version="5.0a2", author="Stefano Pigozzi", author_email="ste.pigozzi@gmail.com", description="The great bot network of the Royal Games community", diff --git a/to_pypi.bat b/to_pypi.bat new file mode 100644 index 00000000..fb03ce65 --- /dev/null +++ b/to_pypi.bat @@ -0,0 +1,2 @@ +python setup.py sdist bdist_wheel +twine upload dist/*