Skip to content

Commit 4671683

Browse files
Incremement version to 0.2.2
1 parent 959ad6f commit 4671683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

padatious/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .intent_container import IntentContainer
1616
from .match_data import MatchData
1717

18-
__version__ = '0.2.1' # Also change in setup.py
18+
__version__ = '0.2.2' # Also change in setup.py

setup.py

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

88
setup(
99
name='padatious',
10-
version='0.2.1', # Also change in padatious/__init__.py
10+
version='0.2.2', # Also change in padatious/__init__.py
1111
description='A neural network intent parser',
1212
url='http://github.com/MycroftAI/padatious',
1313
author='Matthew Scholefield',

0 commit comments

Comments
 (0)