From ece4a39a8c6a63e5554bf0c0b4498cdf1099bba0 Mon Sep 17 00:00:00 2001 From: ThatXliner Date: Mon, 18 Sep 2023 15:56:09 -0700 Subject: [PATCH] :bookmark: Bump version --- idae/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idae/__init__.py b/idae/__init__.py index 052ca1d..8e8639a 100644 --- a/idae/__init__.py +++ b/idae/__init__.py @@ -1,2 +1,2 @@ """A PEP 772 implementation.""" -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index 14ea6c3..6e81940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "idae" description = "A PEP 772 implementation" authors = ["Bryan Hu "] -version = "0.1.0" +version = "0.1.1" readme = "README.md" license = "GPL-3.0-or-later"