Skip to content

Commit

Permalink
Merge pull request #73 from jond01/xil-55
Browse files Browse the repository at this point in the history
Add dynamic versioning plugin for Poetry
  • Loading branch information
jond01 authored Apr 8, 2023
2 parents 6f39d30 + 6b3d84b commit 1fcef2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ fail_under = 0
show_missing = true
skip_empty = true

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

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
3 changes: 3 additions & 0 deletions xil/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""The XIL package for fetching ILS exchange rates"""

__version__ = "0.1.0"

0 comments on commit 1fcef2e

Please sign in to comment.