diff --git a/fixbackup/__init__.py b/fixbackup/__init__.py index 6819a92..03134bb 100644 --- a/fixbackup/__init__.py +++ b/fixbackup/__init__.py @@ -11,4 +11,4 @@ __author__ = "Some Engineering Inc." __license__ = "Apache 2.0" __copyright__ = "Copyright © 2023 Some Engineering Inc." -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/pyproject.toml b/pyproject.toml index 896a833..e17fc2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixbackup" -version = "0.0.1" +version = "0.0.2" authors = [{name="Some Engineering Inc."}] description = "FIX Database Backup System" license = {file="LICENSE"}