Skip to content

Commit ccf7cb4

Browse files
author
Thomas Irgang
authored
v0.1.18
Fixes wrong default value behaviour in `Event.time_left`
1 parent 000a981 commit ccf7cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1.17'
4+
version = '0.1.18'
55

66
setup(
77
name = 'icalevents',

0 commit comments

Comments
 (0)