diff --git a/setup.py b/setup.py index 3253eee..6f94ecc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Setup the python package with dependencies setup( # Package name and version and contained packages - name='gym-csgo', version='0.0.2', packages=find_packages(), + name='gym-csgo', version='0.0.3', packages=find_packages(), # Package metadata description="Counter-Strike: Global Offensive environment for OpenAI Gym " "on Linux",