about summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-22 23:01:00 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-22 23:01:00 +0700
commit32e29b0a381be8fea7118802386e160018d99110 (patch)
treec0af9097cae193fa1db664e666ba6d3638408129 /setup.py
parentbbc98be3176c848af49f95a80f8abee1f8516fa8 (diff)
downloadbrutalmaze-32e29b0a381be8fea7118802386e160018d99110.tar.gz
Fix grammar and typos
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 712ce41..adceb9f 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.6.3',
+    version='0.6.4',
     description='A minimalist hack and slash game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',