We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af9072 commit 0b29ef3Copy full SHA for 0b29ef3
setup.py
@@ -41,14 +41,14 @@ def run(self):
41
42
setup(
43
name="gaminator",
44
- version="0.1.0",
+ version="0.1.1",
45
author=u"Marián Horňák",
46
author_email="marian.sysel.hornak@gmail.com",
47
description=DESCRIPTION,
48
license="MIT",
49
keywords=["education", "game"],
50
url="https://github.com/syslo/gaminator",
51
- download_url="https://github.com/syslo/gaminator/tarball/v0.1.0",
+ download_url="https://github.com/syslo/gaminator/tarball/v0.1.1",
52
packages=list(get_packages()),
53
classifiers=[
54
"Development Status :: 4 - Beta",
0 commit comments