diff --git a/.github/workflows/setup_test_publish.yml b/.github/workflows/setup_test_publish.yml index 22e4cab..2badfd8 100644 --- a/.github/workflows/setup_test_publish.yml +++ b/.github/workflows/setup_test_publish.yml @@ -1,4 +1,4 @@ -name: Test and Publish +name: tests on: push: diff --git a/src/featureforest/__init__.py b/src/featureforest/__init__.py index 5e1d701..b4e4dd0 100644 --- a/src/featureforest/__init__.py +++ b/src/featureforest/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.5" +__version__ = "0.0.6" from ._feature_extractor_widget import FeatureExtractorWidget from ._segmentation_widget import SegmentationWidget