Skip to content

Commit 60e3e44

Browse files
committed
chore: update matrax version
1 parent f91a2f0 commit 60e3e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matrax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# limitations under the License.
1414

1515
from jumanji.registration import make, register
16-
from jumanji.version import __version__
1716

1817
from matrax.env import MatrixGame
1918
from matrax.games import climbing_game, conflict_games, no_conflict_games, penalty_games
2019
from matrax.types import Observation, State
20+
from matrax.version import __version__
2121

2222
"""Environment Registration"""
2323

matrax/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.0.4"
15+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)