fix: update description for release

pull/86/head
Martin Eigenmann 2021-10-17 23:50:44 +02:00
rodzic b2cf6c8e08
commit cf14f3ae98
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 069D1EE3806CA368
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ version = "0.1.26"
description = "Simple Python 3 library to download, parse and query iCal sources."
authors = ["Martin Eigenmann <github@eigenmannmartin.ch>", "Thomas Irgang <thomas@irgang.eu>", "Alexander Hultnér <ahultner+github@gmail.com>"]
license = "MIT Licence"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"

Wyświetl plik

@ -1,7 +1,7 @@
#!/usr/bin/env python3
from setuptools import setup
version = "0.1.25"
version = "0.1.26"
setup(
name="icalevents",