Skip to content

Commit

Permalink
Update version: 0.0.19 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanticPony committed Mar 3, 2023
1 parent e84b94b commit e908fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion itfit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
except NameError:
__ITFIT_IMPORTED__= False

__version__ = "0.0.19"
__version__ = "0.1.0"

if not __ITFIT_IMPORTED__:
from . import data
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "itfit"
version = "0.0.19"
version = "0.1.0"
requires-python = ">=3.8"

description = "Simple, intuitive and interactive application to help fitting common functions to your data"
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies = ['numpy', 'matplotlib', 'scipy', 'mkdocstrings[python]>=0.18', 'm
"Documentation" = "https://quanticpony.github.io/itfit/"

[tool.bumpver]
current_version = "0.0.19"
current_version = "0.1.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Update version: {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit e908fa0

Please sign in to comment.