Skip to content

Commit

Permalink
Merge pull request #102 from nschloe/version-fix
Browse files Browse the repository at this point in the history
version fix
  • Loading branch information
nschloe authored Sep 3, 2022
2 parents 4f2306c + 518b2c2 commit 19596dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ dependencies = [
"textual >=0.1.15, <0.2",
]

[tool.setuptools.dynamic]
version = {attr = "tiptop.__about__.__version__"}

[project.urls]
Code = "https://github.com/nschloe/tiptop"
Issues = "https://github.com/nschloe/tiptop/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/tiptop/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"

0 comments on commit 19596dc

Please sign in to comment.