Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Oct 4, 2019
1 parent 1f8f4ea commit 7faba89
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 @@ -13,8 +13,8 @@
NAME = 'Orange3-ImageAnalytics'

MAJOR = 0
MINOR = 3
MICRO = 1
MINOR = 4
MICRO = 0
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

AUTHOR = 'Bioinformatics Laboratory, FRI UL'
Expand Down

0 comments on commit 7faba89

Please sign in to comment.