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-02-19 01:01:14 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-02-19 01:01:14 +0700
commit8852a9f67886ccdcaf9083cf7323c7290a4dce57 (patch)
tree01bbe8dea9d31f8777ccb07a0ccea264fbf54044 /setup.py
parent77bb9a53d646d52bdb8bf39616bf4fae383ef6fa (diff)
downloadbrutalmaze-8852a9f67886ccdcaf9083cf7323c7290a4dce57.tar.gz
Use pygame.Clock.get_fps to replace manual calculation
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 8f408f1..9ee9b61 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.5.2',
+    version='0.5.3',
     description='A minimalist hack and slash game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',