Skip to content

Commit

Permalink
Dynamic versioning enable
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Weichart committed Sep 11, 2024
1 parent ca9b928 commit ecfa5d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tetris-gymnasium"
version = "0.1.0"
version = "0.0.0"
description = "A fully configurable Gymnasium compatible Tetris environment"
authors = ["mw <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -47,6 +47,9 @@ pydocstyle = "^6.3.0"
pre-commit = "^3.6.2"
pytest = "^8.2.2"

[tool.poetry-dynamic-versioning]
enable = true

[tool.pyright]
include = ["tetris_gymnasium/**"]
exclude = ["**/node_modules", "**/__pycache__", "examples/**"]
Expand Down
2 changes: 1 addition & 1 deletion tetris_gymnasium/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Tetris Gymnasium package."""
__version__ = "0.1.0"
__version__ = "0.0.0"

0 comments on commit ecfa5d5

Please sign in to comment.