Skip to content

Commit

Permalink
v0.1.16
Browse files Browse the repository at this point in the history
Fix 'import UTC' error, caused by outdated requirement #37
  • Loading branch information
irgangla authored Nov 27, 2018
1 parent c6bd57d commit 182aba8
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.15'
version = '0.1.16'

setup(
name = 'icalevents',
Expand Down

0 comments on commit 182aba8

Please sign in to comment.