summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-04 21:43:05 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-04 21:43:05 +0700
commitb1f0c052f9dd009a7a86806cd08867e266451aae (patch)
tree8a130e5d3872ccbb5c586fd15b506db02185adf8 /setup.py
parent13e0ea6f987273609cd6d199030bbf526ab4d726 (diff)
downloadbrutalmaze-b1f0c052f9dd009a7a86806cd08867e266451aae.tar.gz
Update documentations
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
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',