Skip to content

Commit

Permalink
move version
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Sep 2, 2024
1 parent 1184823 commit 8f5415e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=45"]
build-backend = "setuptools.build_meta"

[project]
name = "streprogen"
dynamic = ["version", "readme"]
version = "4.0.2"
dynamic = ["readme"]
description = "The Python strength program generator."
authors = [
{name = "Tommy Odland", email = "[email protected]"},
Expand Down Expand Up @@ -32,9 +33,6 @@ dependencies = [
Homepage = "https://github.com/tommyod/streprogen"
Repository = "https://github.com/tommyod/streprogen.git"

[tool.setuptools_scm]
write_to = "streprogen/_version.py"

[tool.setuptools.dynamic]
readme = {file = ["README.rst"], content-type = "text/x-rst"}

Expand Down
2 changes: 0 additions & 2 deletions streprogen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from streprogen.program import Program
from streprogen.sampling import sample_markov_ladder, sample_markov_loop

__version__ = "4.0.1"

__all__ = [
"StaticExercise",
"DynamicExercise",
Expand Down

0 comments on commit 8f5415e

Please sign in to comment.