We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9e64b commit b9e568aCopy full SHA for b9e568a
prismic/__init__.py
@@ -3,7 +3,7 @@
3
"""
4
5
__title__ = 'prismic'
6
-__version__ = '1.0.1'
+__version__ = '1.0.2'
7
__author__ = 'Prismic Team'
8
__license__ = 'Apache 2'
9
setup.py
@@ -8,7 +8,7 @@
setup(
10
name='prismic',
11
- version='1.0.1',
+ version='1.0.2',
12
description='Prismic.io development kit',
13
author='The Prismic.io Team',
14
author_email='contact@prismic.io',
0 commit comments