Skip to content

Commit

Permalink
Update version to use iogr_rom.VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatamune committed May 10, 2024
1 parent 20bd9b3 commit 9e2ad01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/iog_randomizer/randomizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from .iogr_rom import VERSION
name = "iog_randomizer"
version = "5.0.0"
version = VERSION
2 changes: 1 addition & 1 deletion src/iog_randomizer/randomizer/iogr_rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .models.enums import *
from .models.randomizer_data import RandomizerData

VERSION = "4.7.2.2"
VERSION = "5.0.0"
MAX_RANDO_RETRIES = 50
OUTPUT_FOLDER: str = os.path.dirname(os.path.realpath(
__file__)) + os.path.sep + ".." + os.path.sep + ".." + os.path.sep + "data" + os.path.sep + "output" + os.path.sep
Expand Down

0 comments on commit 9e2ad01

Please sign in to comment.