Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Apr 13, 2024
1 parent 16edc01 commit b4fde3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyfracgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"Canvas",
"funcs",
]
__version__ = "0.2.0"
__version__ = "0.3.0"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pyfracgen"

[tool.poetry]
name = "pyfracgen"
version = "0.2.0"
version = "0.3.0"
description = "Python Fractal Generation is a package for generating aesthetic fractal images quickly and (hopefully) easily"
authors = ["Ryther Anderson"]
readme = "README.md"
Expand Down Expand Up @@ -54,7 +54,7 @@ ignore = ["D10", "PLR0913"]
convention = "google"

[tool.tbump.version]
current = "0.2.0"
current = "0.3.0"

regex = '''
(?P<major>\d+)
Expand All @@ -70,11 +70,11 @@ tag_template = "v{new_version}"

[[tool.tbump.file]]
src = "pyproject.toml"
search = 'current = "0.2.0"'
search = 'current = "0.3.0"'

[[tool.tbump.file]]
src = "pyproject.toml"
search = 'version = "0.2.0"'
search = 'version = "0.3.0"'

[[tool.tbump.file]]
src = "pyfracgen/__init__.py"
Expand Down

0 comments on commit b4fde3a

Please sign in to comment.