diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-07 16:13:34 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-07 16:13:34 +0700 |
commit | 97d4a43ec7e8a3619c54b09afde1f108183332f1 (patch) | |
tree | 058b111421919aa0027fd63b88a2192a6e8155c3 /setup.py | |
parent | b5039285d5a95d1921d1d4428032c16fe94da897 (diff) | |
download | brutalmaze-97d4a43ec7e8a3619c54b09afde1f108183332f1.tar.gz |
Drop (trivial) OpenGL support
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 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', |