Skip to content

Commit

Permalink
Incremement version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewScholefield committed Sep 6, 2017
1 parent 959ad6f commit 4671683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion padatious/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .intent_container import IntentContainer
from .match_data import MatchData

__version__ = '0.2.1' # Also change in setup.py
__version__ = '0.2.2' # Also change in setup.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='padatious',
version='0.2.1', # Also change in padatious/__init__.py
version='0.2.2', # Also change in padatious/__init__.py
description='A neural network intent parser',
url='http://github.com/MycroftAI/padatious',
author='Matthew Scholefield',
Expand Down

0 comments on commit 4671683

Please sign in to comment.