Skip to content

Commit 41e7125

Browse files
Merge pull request #166 from jazzband/ci/prepare-release-0-2-1
ci: prepare release 0.2.1
2 parents 2c8ad19 + dd3f876 commit 41e7125

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.0"
26+
release = "0.2.1"
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.0"
3+
version = "0.2.1"
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.0"
4+
version = "0.2.1"
55

66
setup(
77
name="icalevents",

0 commit comments

Comments
 (0)