diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-04 21:43:05 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-04 21:43:05 +0700 |
commit | b1f0c052f9dd009a7a86806cd08867e266451aae (patch) | |
tree | 8a130e5d3872ccbb5c586fd15b506db02185adf8 /setup.py | |
parent | 13e0ea6f987273609cd6d199030bbf526ab4d726 (diff) | |
download | brutalmaze-b1f0c052f9dd009a7a86806cd08867e266451aae.tar.gz |
Update documentations
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index b1f9853..cc739a2 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.0.1', - description='Brutal Maze', + version='0.0.2', + description='A research hash and slash game with fast-paced action and a minimalist art style', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', author='Nguyễn Gia Phong', |