Skip to content

Commit bfc203e

Browse files
committed
Changed about version
1 parent f91d680 commit bfc203e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arlie/arlie/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__summary__ = "Agent of Reinforcement Learning for Intelligent Environments"
2424
__uri__ = "https://github.com/PlainConcepts/ARLIE"
2525

26-
__version__ = "1.0.0"
26+
__version__ = "1.0.1"
2727

2828
if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")):
2929
with open(os.path.join(base_dir, ".commit")) as fp:

0 commit comments

Comments
 (0)