Skip to content

Commit

Permalink
fix(version): disable scm-version
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Apr 21, 2023
1 parent 6c2c081 commit 6f95991
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ version = "1.0.1"
tag_format = "v$version"

[tool.setuptools_scm]
write_to = "src/ekonlpy/_version.py"
write_to_template = '__version__ = "{version}"'
tag_regex = '^(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$'

Expand Down
2 changes: 1 addition & 1 deletion src/ekonlpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.5.dev3+g0101ea3"
__version__ = "1.1.5"

0 comments on commit 6f95991

Please sign in to comment.