From 622df8c361b2da20693962fb4f119edffa69228f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 24 Jul 2019 12:45:25 +0700 Subject: Fix zombie enemies and heart rate --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 15bf0da..b06df68 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.25', + version='0.8.26', description="Minimalist thrilling shoot 'em up game", long_description=long_description, url='https://github.com/McSinyx/brutalmaze', -- cgit 1.4.1