diff --git a/README.md b/README.md index c4eb44f..217f1ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pycron -![Test Status](https://github.com/kipe/pycron/workflows/python-test.yml/badge.svg?branch=main) +![Test Status](https://github.com/kipe/pycron/actions/workflows/python-test.yml/badge.svg?branch=main) [![Coverage Status](https://coveralls.io/repos/github/kipe/pycron/badge.svg?branch=main)](https://coveralls.io/github/kipe/pycron?branch=main) Simple cron-like parser for Python, which determines if current datetime matches conditions. diff --git a/pyproject.toml b/pyproject.toml index b5e1e54..f84881b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycron" -version = "3.0.0" +version = "3.1.0" description = "Simple cron-like parser, which determines if current datetime matches conditions." authors = ["Kimmo Huoman "] license = "MIT"