Skip to content

Commit

Permalink
Increment version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewScholefield committed Sep 6, 2017
1 parent d0877d6 commit d8f6802
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.0'
__version__ = '0.2.1' # 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.0', # Also change in padatious/__init__.py
version='0.2.1', # 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 d8f6802

Please sign in to comment.