Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit d795fef

Browse files
committed
[release] Version bump 1.0.2
1 parent 6b5cfa4 commit d795fef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Built with ♥ by `Tasdik Rahman <http://tasdikrahman.me/>`__ under the `MIT Lic
253253
You can find a copy of the License at http://prodicus.mit-license.org/
254254

255255
.. |PyPI version| image:: https://img.shields.io/pypi/v/Vocabulary.svg
256-
:target: https://pypi.python.org/pypi/Vocabulary/1.0.0
256+
:target: https://pypi.python.org/pypi/Vocabulary/1.0.2
257257
.. |License| image:: https://img.shields.io/pypi/l/vocabulary.svg
258258
:target: https://github.com/prodicus/vocabulary/blob/master/LICENSE
259259
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/Vocabulary.svg

vocabulary/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '1.0.0'
4-
RELEASE = '6'
3+
VERSION = '1.0.2'
4+
RELEASE = '8'

0 commit comments

Comments
 (0)