Skip to content

Commit

Permalink
Merge pull request #155 from DerDreschner/chore/release-0.2.0
Browse files Browse the repository at this point in the history
chore: Bump version number to 0.2.0
  • Loading branch information
DerDreschner authored Jan 17, 2025
2 parents 4db8471 + d91305d commit fb943b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Martin Eigenmann"

# The full version, including alpha/beta/rc tags
release = "0.1.29"
release = "0.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "icalevents"
version = "0.1.29"
version = "0.2.0"
description = "Simple Python 3 library to download, parse and query iCal sources."
authors = [
{ name = "Martin Eigenmann", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from setuptools import setup

version = "0.1.29"
version = "0.2.0"

setup(
name="icalevents",
Expand Down

0 comments on commit fb943b2

Please sign in to comment.