Skip to content

Commit 8f61500

Browse files
committed
fix: update version
1 parent 853fbd9 commit 8f61500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devind_yearfrac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.0.0'
1+
__version__ = '0.0.0'
22

33
from .isaleapyear import isaleapyear
44
from .julianday import date_to_jd, jd_to_date

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "devind_yearfrac"
3-
version = "1.0.0"
3+
version = "0.0.0"
44
description = "Daycount methods to compute date differences in year units"
55
authors = ["Ulf Hamster <[email protected]>", "squak <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)