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-07 16:13:34 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-07 16:13:34 +0700
commit97d4a43ec7e8a3619c54b09afde1f108183332f1 (patch)
tree058b111421919aa0027fd63b88a2192a6e8155c3 /setup.py
parentb5039285d5a95d1921d1d4428032c16fe94da897 (diff)
downloadbrutalmaze-97d4a43ec7e8a3619c54b09afde1f108183332f1.tar.gz
Drop (trivial) OpenGL support
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 ba3e88a..48df9cf 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.6.0',
+    version='0.6.1',
     description='A minimalist hack and slash game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',