From d8356fd581d81ab52d9d6041857f6242cc0773f3 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 7 Aug 2024 12:23:50 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.5=20=E2=86=92=200.7.6?= 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 c3fed61..95ad7e6 100644 --- a/hypercoast/__init__.py +++ b/hypercoast/__init__.py @@ -6,7 +6,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.7.5" +__version__ = "0.7.6" from .hypercoast import * diff --git a/pyproject.toml b/pyproject.toml index e9e2ffd..6946f43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HyperCoast" -version = "0.7.5" +version = "0.7.6" dynamic = [ "dependencies", ] @@ -54,7 +54,7 @@ universal = true [tool.bumpversion] -current_version = "0.7.5" +current_version = "0.7.6" commit = true tag = true