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/*