From ef67ccd6fa41aceea0eb6da23df198be52a1adc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Fuayip=20=C3=BCz=C3=BClmez?= Date: Fri, 19 Jan 2024 23:30:55 +0300 Subject: [PATCH] Release `1.0.0` --- pcontract/data.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcontract/data.py b/pcontract/data.py index 309ecd6..9d1d07c 100644 --- a/pcontract/data.py +++ b/pcontract/data.py @@ -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() diff --git a/pyproject.toml b/pyproject.toml index a8206ec..266bc53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }]