Skip to content

Commit 5ffcece

Browse files
committed
changed version
1 parent a248338 commit 5ffcece

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyjsonnlp/microservices/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
from collections import OrderedDict
23
from enum import Enum
34

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="pyjsonnlp",
9-
version='0.2.12',
9+
version='0.2.13',
1010
python_requires='>=3.6',
1111
author="Damir Cavar, Oren Baldinger, Maanvitha Gongalla, Anurag Kumar, Murali Kammili",
1212
author_email="damir@cavar.me",

0 commit comments

Comments
 (0)