diff --git a/docs/conf.py b/docs/conf.py index 2837a56..ce7e41f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Martin Eigenmann" # The full version, including alpha/beta/rc tags -release = "0.1.29" +release = "0.2.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index fd8350b..a08d5c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "icalevents" -version = "0.1.29" +version = "0.2.0" description = "Simple Python 3 library to download, parse and query iCal sources." authors = [ { name = "Martin Eigenmann", email = "github@eigenmannmartin.ch" }, diff --git a/setup.py b/setup.py index b73fe80..3213b16 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from setuptools import setup -version = "0.1.29" +version = "0.2.0" setup( name="icalevents",