diff --git a/pyproject.toml b/pyproject.toml index c650111..f041d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "securities-exchange" -version = "0.0.8" +version = "0.0.9" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ universal = true [tool.bumpversion] -current_version = "0.0.8" +current_version = "0.0.9" commit = true tag = true diff --git a/securities_exchange/__init__.py b/securities_exchange/__init__.py index 06fecfa..edfba8a 100644 --- a/securities_exchange/__init__.py +++ b/securities_exchange/__init__.py @@ -2,7 +2,7 @@ __author__ = """Giulio Guerri""" __email__ = "giulio.guerri93@gmail.com" -__version__ = "0.0.8" +__version__ = "0.0.9" import logging