Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
Orange >=3.38.1, Spectroscopy >=0.8.1, SNOM >=0.0.4
  • Loading branch information
markotoplak committed Jan 6, 2025
1 parent 198eab6 commit b6371f3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# CONDA_SPEC_FILE: ..\specs\win\conda-spec.txt

# Quasar
QUASAR_VERSION: "1.11.0"
SPECTROSCOPY_VERSION: "0.8.0"
QUASAR_VERSION: "1.11.1"
SPECTROSCOPY_VERSION: "0.8.1"
SNOM_VERSION: "0.0.4"

strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
PIP_NO_WARN_SCRIPT_LOCATION: 1

# Quasar
QUASAR_VERSION: "1.11.0"
SPECTROSCOPY_VERSION: "0.8.0"
QUASAR_VERSION: "1.11.1"
SPECTROSCOPY_VERSION: "0.8.1"
SNOM_VERSION: "0.0.4"

strategy:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Orange3>=3.38.1
orange-spectroscopy>=0.8.0
orange-spectroscopy>=0.8.1
orange-snom>=0.0.4
2 changes: 1 addition & 1 deletion scripts/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
run:
- python
- orange3>=3.38.1
- orange-spectroscopy>=0.8.0
- orange-spectroscopy>=0.8.1
- orange-snom>=0.0.4

test:
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.11.0"
VERSION = "1.11.1"

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 b6371f3

Please sign in to comment.