diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cd55db..e99f21e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,4 +34,4 @@ jobs: run: poetry build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publisher@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cf73159..b08737a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantaq-cli" -version = "1.0.0rc1" +version = "1.0.0rc2" description = "The QuantAQ Python Toolkit and CLI" authors = ["David H Hagan "] license = "Apache-2.0"