diff --git a/pyfracgen/__init__.py b/pyfracgen/__init__.py index 277a03c..bf774ce 100644 --- a/pyfracgen/__init__.py +++ b/pyfracgen/__init__.py @@ -20,4 +20,4 @@ "Canvas", "funcs", ] -__version__ = "0.0.11" +__version__ = "0.1.0" diff --git a/pyproject.toml b/pyproject.toml index 88ef27c..dc82c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -58,7 +58,7 @@ exclude = ''' ''' [tool.tbump.version] -current = "0.0.11" +current = "0.1.0" regex = ''' (?P\d+) @@ -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"