-

Build PyPi Documentation

+

Build PyPi Documentation

Introduction

The primary use cases of eventkit are

diff --git a/docs/html/py-modindex.html b/docs/html/py-modindex.html index 18722b8..dd81a14 100644 --- a/docs/html/py-modindex.html +++ b/docs/html/py-modindex.html @@ -3,7 +3,7 @@ - Python Module Index — eventkit 1.0.0 documentation + Python Module Index — eventkit 1.0.1 documentation @@ -57,8 +57,8 @@
    -
  • »
  • -
  • Python Module Index
  • +
  • +
diff --git a/docs/html/search.html b/docs/html/search.html index 60de958..79b4c76 100644 --- a/docs/html/search.html +++ b/docs/html/search.html @@ -3,7 +3,7 @@ - Search — eventkit 1.0.0 documentation + Search — eventkit 1.0.1 documentation @@ -57,8 +57,8 @@
    -
  • »
  • -
  • Search
  • +
  • +
diff --git a/eventkit/version.py b/eventkit/version.py index ebe4c78..95b2976 100644 --- a/eventkit/version.py +++ b/eventkit/version.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 0, 0) +__version_info__ = (1, 0, 1) __version__ = '.'.join(str(v) for v in __version_info__)