Skip to content

Commit 55a0250

Browse files
committed
set version for pypi
1 parent a312d22 commit 55a0250

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

mdp_playground/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
max_episode_steps=100,
1212
)
1313

14-
__version__ = '0.0.7'
14+
__version__ = '0.0.2'

py36_toy_rl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ dependencies:
275275
- funcsigs==1.0.2
276276
- future==0.17.1
277277
- gast==0.2.2
278-
- gcc7==0.0.7
278+
- gcc7==0.0.2
279279
- geomloss==0.2.3
280280
- google-pasta==0.1.7
281281
- gputil==1.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mdp_playground"
3-
version = "0.0.7"
3+
version = "0.0.2"
44
description = "A python package to design and debug RL agents"
55
readme = "README.md"
66
homepage = "https://automl.github.io/mdp-playground"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
setup(
5252
name='mdp-playground',
53-
version='0.0.7',
53+
version='0.0.2',
5454
author=AUTHORS,
5555
author_email=AUTHOR_EMAIL,
5656
description="A python package to design and debug RL agents",

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.0.7'
5+
assert __version__ == '0.0.2'

0 commit comments

Comments
 (0)