diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-02-19 01:01:14 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-02-19 01:01:14 +0700 |
commit | 8852a9f67886ccdcaf9083cf7323c7290a4dce57 (patch) | |
tree | 01bbe8dea9d31f8777ccb07a0ccea264fbf54044 /setup.py | |
parent | 77bb9a53d646d52bdb8bf39616bf4fae383ef6fa (diff) | |
download | brutalmaze-8852a9f67886ccdcaf9083cf7323c7290a4dce57.tar.gz |
Use pygame.Clock.get_fps to replace manual calculation
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 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', |