Skip to content

Commit

Permalink
v0.1.18
Browse files Browse the repository at this point in the history
Fixes wrong default value behaviour in `Event.time_left`
  • Loading branch information
irgangla authored Jan 29, 2019
1 parent 000a981 commit ccf7cb4
Showing 1 changed file with 1 addition and 1 deletion.
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.17'
version = '0.1.18'

setup(
name = 'icalevents',
Expand Down

0 comments on commit ccf7cb4

Please sign in to comment.