Skip to content

Commit 0b29ef3

Browse files
committed
Version 0.1.1
1 parent 5af9072 commit 0b29ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ def run(self):
4141

4242
setup(
4343
name="gaminator",
44-
version="0.1.0",
44+
version="0.1.1",
4545
author=u"Marián Horňák",
4646
author_email="marian.sysel.hornak@gmail.com",
4747
description=DESCRIPTION,
4848
license="MIT",
4949
keywords=["education", "game"],
5050
url="https://github.com/syslo/gaminator",
51-
download_url="https://github.com/syslo/gaminator/tarball/v0.1.0",
51+
download_url="https://github.com/syslo/gaminator/tarball/v0.1.1",
5252
packages=list(get_packages()),
5353
classifiers=[
5454
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)