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.
1 parent 1f1b69c commit eacbe3dCopy full SHA for eacbe3d
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.1"
+release = "0.3.0"
27
28
29
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "icalevents"
3
-version = "0.2.1"
+version = "0.3.0"
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