Skip to content

Commit eacbe3d

Browse files
ci: release 0.3.0
1 parent 1f1b69c commit eacbe3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Martin Eigenmann"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.2.1"
26+
release = "0.3.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "icalevents"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Simple Python 3 library to download, parse and query iCal sources."
55
authors = [
66
{ name = "Martin Eigenmann", email = "[email protected]" },

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
from setuptools import setup
33

4-
version = "0.2.1"
4+
version = "0.3.0"
55

66
setup(
77
name="icalevents",

0 commit comments

Comments
 (0)