Skip to content

Commit

Permalink
release v0.1.2 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored May 20, 2020
1 parent cccf570 commit 56d13e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

_major = "0"
_minor = "1"
_patch = "1"
_patch = "2"

VERSION = "{}.{}.{}".format(_major, _minor, _patch)

Expand Down

0 comments on commit 56d13e6

Please sign in to comment.