Skip to content

Commit b9e568a

Browse files
committed
Version 1.0.2
1 parent ea9e64b commit b9e568a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prismic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
__title__ = 'prismic'
6-
__version__ = '1.0.1'
6+
__version__ = '1.0.2'
77
__author__ = 'Prismic Team'
88
__license__ = 'Apache 2'
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='prismic',
11-
version='1.0.1',
11+
version='1.0.2',
1212
description='Prismic.io development kit',
1313
author='The Prismic.io Team',
1414
author_email='contact@prismic.io',

0 commit comments

Comments
 (0)