From 8cd89b1e4b7fb8e491d48392c6b8fdf14c502cb5 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 13 Oct 2024 00:02:35 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.2=20=E2=86=92=200.9.0?= 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 f011d1f..1ee969f 100644 --- a/hypercoast/__init__.py +++ b/hypercoast/__init__.py @@ -6,7 +6,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.8.2" +__version__ = "0.9.0" from .hypercoast import * diff --git a/pyproject.toml b/pyproject.toml index f0e759b..8920011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HyperCoast" -version = "0.8.2" +version = "0.9.0" dynamic = [ "dependencies", ] @@ -56,7 +56,7 @@ universal = true [tool.bumpversion] -current_version = "0.8.2" +current_version = "0.9.0" commit = true tag = true