From e193226e8477f1b3f065a3b40d0dbe8581a949c0 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:01:35 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.8=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- yardang/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dfcb400..e7f50f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the yardang authors", email = "t.paine154@gmail.com"}] description="Easily generate sphinx documentation" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.1.8" +version = "0.2.0" requires-python = ">=3.9" keywords = [] @@ -60,7 +60,7 @@ develop = [ yardang = "yardang.cli:main" [tool.bumpversion] -current_version = "0.1.8" +current_version = "0.2.0" commit = true tag = false diff --git a/yardang/__init__.py b/yardang/__init__.py index 9cb17e7..d3ec452 100644 --- a/yardang/__init__.py +++ b/yardang/__init__.py @@ -1 +1 @@ -__version__ = "0.1.8" +__version__ = "0.2.0"