Skip to content

Commit

Permalink
fix interpret-text release version to be non-dev (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Dec 6, 2021
1 parent 7629b78 commit d74efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/interpret_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
_patch = "3"

__name__ = "interpret-text"
__version__ = "{}.{}.{}.dev10".format(_major, _minor, _patch)
__version__ = "{}.{}.{}".format(_major, _minor, _patch)

# Only log to disk if environment variable specified
interpret_text_logs = os.environ.get('INTERPRET_TEXT_LOGS')
Expand Down

0 comments on commit d74efc9

Please sign in to comment.