Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realsuayip committed Jan 19, 2024
1 parent e2ee0c5 commit ef67ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pcontract/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from datetime import datetime, timedelta
from typing import Any, Type, cast

__version__ = "0.1.0"
__version__ = "1.0.0"
__all__ = ["Branch", "Contract"]

zero = timedelta()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pcontract"
version = "0.1.0"
version = "1.0.0"
description = "A data structure to track data over time."
readme = "README.md"
authors = [{ name = "suayip uzulmez", email = "suayip.541@gmail.com" }]
Expand Down

0 comments on commit ef67ccd

Please sign in to comment.