Skip to content

Commit ef67ccd

Browse files
committed
Release 1.0.0
1 parent e2ee0c5 commit ef67ccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pcontract/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from datetime import datetime, timedelta
88
from typing import Any, Type, cast
99

10-
__version__ = "0.1.0"
10+
__version__ = "1.0.0"
1111
__all__ = ["Branch", "Contract"]
1212

1313
zero = timedelta()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pcontract"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "A data structure to track data over time."
99
readme = "README.md"
1010
authors = [{ name = "suayip uzulmez", email = "[email protected]" }]

0 commit comments

Comments
 (0)