Skip to content

Commit

Permalink
chore(_version): Update version for patch release (#16)
Browse files Browse the repository at this point in the history
* chore(_version): Update version for patch release

* chore(init): Fix version in init file
  • Loading branch information
navneetrao authored and haodeqi committed Nov 15, 2019
1 parent a586648 commit ea17fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Semantic versioning
# MAJOR.MINOR.PATCH

__version__ = '1.0.1'
__version__ = '1.0.2'
2 changes: 1 addition & 1 deletion assistant_dialog_skill_analysis/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit ea17fda

Please sign in to comment.