We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c8ad19 + dd3f876 commit 41e7125Copy full SHA for 41e7125
docs/conf.py
@@ -23,7 +23,7 @@
23
author = "Martin Eigenmann"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "0.2.0"
+release = "0.2.1"
27
28
29
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "icalevents"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Simple Python 3 library to download, parse and query iCal sources."
5
authors = [
6
{ name = "Martin Eigenmann", email = "[email protected]" },
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from setuptools import setup
setup(
7
name="icalevents",
0 commit comments