Skip to content

Commit c07795a

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent a80a64c commit c07795a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "game-of-life"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Conway's game of life written in pygame"
55
authors = [
66
{ name = "Henrik Petersson", email = "44243358+hnrkcode@users.noreply.github.com" },
@@ -38,7 +38,7 @@ ignore = ["D", "COM812", "INP001"]
3838
exclude = []
3939

4040
[tool.bumpversion]
41-
current_version = "0.1.0"
41+
current_version = "0.1.1"
4242
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4343
serialize = ["{major}.{minor}.{patch}"]
4444
search = "{current_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)