Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Feb 1, 2020
1 parent 717cf79 commit b0f6807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
NAME = 'Orange3-Text'

MAJOR = 0
MINOR = 8
MINOR = 9
MICRO = 0
IS_RELEASED = True
IS_RELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit b0f6807

Please sign in to comment.