kopia lustrzana https://github.com/jazzband/icalevents
rodzic
c0c9c46475
commit
8d060642d1
|
@ -23,7 +23,7 @@ copyright = "2021, Thomas Irgang"
|
|||
author = "Thomas Irgang"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = "0.1.25"
|
||||
release = "0.1.27"
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "icalevents"
|
||||
version = "0.1.26"
|
||||
version = "0.1.27"
|
||||
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>"]
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
from setuptools import setup
|
||||
|
||||
version = "0.1.26"
|
||||
version = "0.1.27"
|
||||
|
||||
setup(
|
||||
name="icalevents",
|
||||
|
|
Ładowanie…
Reference in New Issue