Skip to content

Commit 77e4681

Browse files
committed
Bump version: 0.1.0 → 0.1.1
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 31c2773 commit 77e4681

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

check_dist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
from ._core import ( # noqa: F401
44
CheckDistError,

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
description = "Check Python source and wheel distributions"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15-
version = "0.1.0"
15+
version = "0.1.1"
1616
requires-python = ">=3.10"
1717
keywords = []
1818

@@ -58,7 +58,7 @@ Repository = "https://github.com/python-project-templates/check-dist"
5858
Homepage = "https://github.com/python-project-templates/check-dist"
5959

6060
[tool.bumpversion]
61-
current_version = "0.1.0"
61+
current_version = "0.1.1"
6262
commit = true
6363
tag = true
6464
commit_args = "-s"

0 commit comments

Comments
 (0)