diff --git a/pyproject.toml b/pyproject.toml index 6336736..c250254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openseize" -version = "1.0.0" +version = "1.1.0" authors =[{ name="Matthew Caudill", email="mscaudill@gmail.com" }] description = "Digital Signal Processing for Big EEG Datasets" readme = "README.md" @@ -61,7 +61,7 @@ Homepage = "https://github.com/mscaudill/openseize" # bumpver configuration [tool.bumpver] -current_version = "1.0.0" +current_version = "1.1.0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = 'bump version {old_version} -> {new_version}' commit = true diff --git a/src/openseize/__init__.py b/src/openseize/__init__.py index 97991dd..5c0da26 100644 --- a/src/openseize/__init__.py +++ b/src/openseize/__init__.py @@ -1,3 +1,3 @@ from .core.producer import producer -__version__ = "1.0.0" +__version__ = "1.1.0"