Skip to content

Commit

Permalink
Package version change, actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanMervic committed Sep 11, 2023
1 parent 10b2686 commit 6ef533a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from os import path

VERSION = "0.1.3"
VERSION = "0.1.4"

try:
LONG_DESCRIPTION = open(
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ deps =
# Use newer canvas-core and widget-base to avoid segfaults on windows
oldest: orange-canvas-core==0.1.24
oldest: orange-widget-base==4.16.1
oldest: pandas==1.5
latest: git+https://github.com/biolab/orange3.git#egg=orange3
latest: git+https://github.com/biolab/orange-canvas-core.git#egg=orange-canvas-core
latest: git+https://github.com/biolab/orange-widget-base.git#egg=orange-widget-base
Expand Down

0 comments on commit 6ef533a

Please sign in to comment.