diff --git a/pyproject.toml b/pyproject.toml index 67528716..72ee76b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dlt-pendulum" -version = "3.0.1a1" +version = "3.0.1a2" description = "Python datetimes made easy" readme = "README.rst" requires-python = ">=3.9" @@ -32,7 +32,7 @@ Repository = "https://github.com/sdispater/pendulum" [tool.poetry] name = "dlt-pendulum" -version = "3.0.1a1" +version = "3.0.1a2" description = "Python datetimes made easy" authors = ["Sébastien Eustace "] license = "MIT"