From de8486a6ae8cd243978788457717a79226257d64 Mon Sep 17 00:00:00 2001 From: VincentAURIAU Date: Fri, 29 Dec 2023 16:47:49 +0100 Subject: [PATCH] Bump to v1.0.0 --- pyalapin/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyalapin/__init__.py b/pyalapin/__init__.py index 706d509..f89a508 100644 --- a/pyalapin/__init__.py +++ b/pyalapin/__init__.py @@ -3,5 +3,5 @@ """ # from .interface import interface as interface -__version__ = "0.0.3" +__version__ = "1.0.0" __author__ = "Vincent Auriau" diff --git a/pyproject.toml b/pyproject.toml index 0fc621c..1144bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyalapin" -version = "0.0.3" +version = "1.0.0" authors = [ { name = "Vincent Auriau", email = "vincent.auriau.dev@gmail.com"}, ]