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 959ad6f commit 4671683Copy full SHA for 4671683
padatious/__init__.py
@@ -15,4 +15,4 @@
15
from .intent_container import IntentContainer
16
from .match_data import MatchData
17
18
-__version__ = '0.2.1' # Also change in setup.py
+__version__ = '0.2.2' # Also change in setup.py
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='padatious',
10
- version='0.2.1', # Also change in padatious/__init__.py
+ version='0.2.2', # Also change in padatious/__init__.py
11
description='A neural network intent parser',
12
url='http://github.com/MycroftAI/padatious',
13
author='Matthew Scholefield',
0 commit comments