Skip to content

Commit

Permalink
fix: update description for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenmannmartin committed Oct 17, 2021
1 parent b2cf6c8 commit cf14f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.26"
description = "Simple Python 3 library to download, parse and query iCal sources."
authors = ["Martin Eigenmann <[email protected]>", "Thomas Irgang <[email protected]>", "Alexander Hultnér <[email protected]>"]
license = "MIT Licence"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
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.25"
version = "0.1.26"

setup(
name="icalevents",
Expand Down

0 comments on commit cf14f3a

Please sign in to comment.