Skip to content

Commit

Permalink
Quasar 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jun 9, 2021
1 parent 3667e4f commit a74892e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Orange3>=3.28.0
orange-spectroscopy>=0.5.8
Orange3>=3.29.3
orange-spectroscopy>=0.6.0
4 changes: 2 additions & 2 deletions scripts/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ requirements:
- recommonmark
run:
- python
- orange3>=3.28.0
- orange-spectroscopy>=0.5.8
- orange3>=3.29.3
- orange-spectroscopy>=0.6.0

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

NAME = "Quasar"

VERSION = "1.1.0"
VERSION = "1.2.0"

DESCRIPTION = "Quasar is a collection of data analysis toolboxes extending the Orange suite."
LONG_DESCRIPTION = open(path.join(path.dirname(__file__), 'README.pypi')).read()
Expand Down

0 comments on commit a74892e

Please sign in to comment.