Skip to content

Commit

Permalink
Reset the version metadata
Browse files Browse the repository at this point in the history
The poetry-dynamic-versioning plugin takes care
of this.
  • Loading branch information
jond01 committed Oct 26, 2023
1 parent e7572c0 commit 440c808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xil"
version = "0.1.0"
version = "0.0.0"
description = "A Python library for fetching Israeli banks' ILS exchange rates"
license = "MIT"
authors = ["Jonathan Daniel <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion xil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The XIL package for fetching ILS exchange rates"""

__version__ = "0.1.0"
__version__ = "0.0.0"

0 comments on commit 440c808

Please sign in to comment.