From e9a2991a0d5e7a59723e4561136bee06cb715009 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:57:19 -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 --- pyproject.toml | 4 ++-- yardang/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24ca2a0..3b5cb0d 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.2" +version = "0.1.3" requires-python = ">=3.9" keywords = [] @@ -59,7 +59,7 @@ develop = [ yardang = "yardang.cli:main" [tool.bumpversion] -current_version = "0.1.2" +current_version = "0.1.3" commit = true tag = false diff --git a/yardang/__init__.py b/yardang/__init__.py index b3f4756..ae73625 100644 --- a/yardang/__init__.py +++ b/yardang/__init__.py @@ -1 +1 @@ -__version__ = "0.1.2" +__version__ = "0.1.3"