diff --git a/centrifuge_cli/__init__.py b/centrifuge_cli/__init__.py index 10939f0..8ce9b36 100644 --- a/centrifuge_cli/__init__.py +++ b/centrifuge_cli/__init__.py @@ -1 +1 @@ -__version__ = '0.1.2' +__version__ = '0.1.3' diff --git a/pyproject.toml b/pyproject.toml index 204afb7..b1700c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "centrifuge-cli" -version = "0.1.2" +version = "0.1.3" description = "A command line utility for interacting with the Centrifuge Firmware Analysis Platform's REST API." authors = ["Peter Eacmen "] readme = 'README.rst'