Skip to content

Commit

Permalink
chore: update matrax version
Browse files Browse the repository at this point in the history
  • Loading branch information
WiemKhlifi committed Nov 7, 2024
1 parent f91a2f0 commit 60e3e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matrax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# limitations under the License.

from jumanji.registration import make, register
from jumanji.version import __version__

from matrax.env import MatrixGame
from matrax.games import climbing_game, conflict_games, no_conflict_games, penalty_games
from matrax.types import Observation, State
from matrax.version import __version__

"""Environment Registration"""

Expand Down
2 changes: 1 addition & 1 deletion matrax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.4"
__version__ = "0.0.5"

0 comments on commit 60e3e44

Please sign in to comment.