From dd3f876ca6e5b735fd4b1f141e67d0c3cd1a63a6 Mon Sep 17 00:00:00 2001 From: Martin Eigenmann Date: Mon, 17 Feb 2025 08:01:20 +0000 Subject: [PATCH] ci: prepare release 0.2.1 --- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ce7e41f..a2e07e5 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.2.0" +release = "0.2.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f819353..68b01b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "icalevents" -version = "0.2.0" +version = "0.2.1" 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 65060ed..290646a 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from setuptools import setup -version = "0.2.0" +version = "0.2.1" setup( name="icalevents",