Skip to content

Commit

Permalink
Release version 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Jun 21, 2022
1 parent f141e1f commit 6db2219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 9
MICRO = 0
IS_RELEASED = False
MINOR = 8
MICRO = 3
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit 6db2219

Please sign in to comment.