Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.1.1 #24

Merged
merged 13 commits into from
May 11, 2023
7 changes: 1 addition & 6 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

[bumpversion:file:SevenWondersEnv/_version.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"


[bumpversion:file:pyproject.toml]
search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"
37 changes: 0 additions & 37 deletions SevenWondersEnv/SevenWonEnv/envs/gameLog.txt

This file was deleted.

259 changes: 0 additions & 259 deletions SevenWondersEnv/SevenWonEnv/envs/main.py

This file was deleted.

Empty file.
65 changes: 0 additions & 65 deletions SevenWondersEnv/SevenWonEnv/envs/model.py

This file was deleted.

2 changes: 1 addition & 1 deletion SevenWondersEnv/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "7Wonder-RL-Lib"
authors = [{name = "Phudis Dawieang", email = "pd2654@columbia.edu"}]
description="Gymnasium Environment for the game Seven Wonders"
readme = "README.md"
version = "0.1.0"
version="0.1.1"
requires-python = ">=3.9"

dependencies = ["gymnasium"]
Expand Down