Skip to content

Commit

Permalink
Merge pull request #1082 from ajdapretnar/bump-1.16.0
Browse files Browse the repository at this point in the history
Bump version: 1.16.0
  • Loading branch information
ajdapretnar authored Aug 29, 2024
2 parents ca8d903 + 26c8b95 commit fc7340b
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 @@ -16,9 +16,9 @@
NAME = 'Orange3-Text'

MAJOR = 1
MINOR = 16
MINOR = 17
MICRO = 0
IS_RELEASED = True
IS_RELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit fc7340b

Please sign in to comment.