From e6e622c87ecdbcb7e30877ff5c00c2acf47a709b Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 30 Apr 2024 11:25:08 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hypercoast/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypercoast/__init__.py b/hypercoast/__init__.py index b6b0fdb..3f7d01c 100644 --- a/hypercoast/__init__.py +++ b/hypercoast/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.1.2" +__version__ = "0.1.3" from .hypercoast import * diff --git a/pyproject.toml b/pyproject.toml index 6921648..00787f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HyperCoast" -version = "0.1.2" +version = "0.1.3" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ universal = true [tool.bumpversion] -current_version = "0.1.2" +current_version = "0.1.3" commit = true tag = true