Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Dec 2, 2023
1 parent 75760b5 commit 9ecb292
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 @@ -20,4 +20,4 @@
"Canvas",
"funcs",
]
__version__ = "0.0.11"
__version__ = "0.1.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.0.11"
version = "0.1.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 @@ -58,7 +58,7 @@ exclude = '''
'''

[tool.tbump.version]
current = "0.0.11"
current = "0.1.0"

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

[[tool.tbump.file]]
src = "pyproject.toml"
search = 'current = "0.0.11"'
search = 'current = "0.1.0"'

[[tool.tbump.file]]
src = "pyproject.toml"
search = 'version = "0.0.11"'
search = 'version = "0.1.0"'

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

0 comments on commit 9ecb292

Please sign in to comment.