diff --git a/HISTORY.md b/HISTORY.md index ad85b88..6114310 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # History -## 0.0.1 (2022-01-17) +## 0.1.0 (2022-02-03) * First release on PyPI. diff --git a/minos/auth_credential/__init__.py b/minos/auth_credential/__init__.py index 9375f46..c2d98bc 100644 --- a/minos/auth_credential/__init__.py +++ b/minos/auth_credential/__init__.py @@ -1,6 +1,6 @@ __author__ = """Clariteia Devs""" __email__ = "devs@clariteia.com" -__version__ = "0.0.1" +__version__ = "0.1.0" from .config import ( CredentialConfig, diff --git a/pyproject.toml b/pyproject.toml index 2fae195..81e1d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "minos_auth_credential" -version = "0.0.1" +version = "0.1.0" description = "Minos Boilerplate contains all the boilerplate you need to create a Minos Python package." readme = "README.md" repository = "https://github.com/clariteia/minos_auth_credential"