diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-12 21:08:14 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-12 21:08:14 +0700 |
commit | 1174c778361ec098782d001b68fc769d97ad6e13 (patch) | |
tree | 5fef6235b35609651e27c4b629b6bec9a3748e9d /setup.py | |
parent | f177f5aef0fac0fed90279b5c64a591f14d777eb (diff) | |
download | brutalmaze-1174c778361ec098782d001b68fc769d97ad6e13.tar.gz |
Make Chameleons able to camouflage 0.1.0
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index a72ea9c..24b057d 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.0.4', + version='0.1.0', description='A hash and slash game with fast-paced action and a minimalist art style', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |