diff --git a/CHANGELOG.md b/CHANGELOG.md index a37251c..0ca279b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UNRELEASED] - XXXX.XX.XX +## [v0.11.1] - 2024.12.30 ### Fixed ++ Typo in `kspdg-evaluate` entry point script + Instructions for installing from github to use `main` branch instead of `latest` ## [v0.11.0] - 2024.12.16 diff --git a/pyproject.toml b/pyproject.toml index fded6f1..adacac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,4 +78,4 @@ kspdg-run-serverless-tests = "kspdg.scripts.run_tests:serverless_tests" kspdg-run-lbg1-i2-tests = "kspdg.scripts.run_tests:lbg1_i2_tests" kspdg-run-pe1-i3-tests = "kspdg.scripts.run_tests:pe1_i3_tests" kspdg-run-sb1-i5-tests = "kspdg.scripts.run_tests:sb1_i5_tests" -kspdg-evalutate = "kspdg.evaluation.evaluate:run_evaluation" +kspdg-evaluate = "kspdg.evaluation.evaluate:run_evaluation" diff --git a/src/kspdg/__init__.py b/src/kspdg/__init__.py index 03a2ca4..251a4bf 100644 --- a/src/kspdg/__init__.py +++ b/src/kspdg/__init__.py @@ -5,7 +5,7 @@ # Single-sourcing package version # https://packaging.python.org/guides/single-sourcing-package-version/ -__version__ = "0.11.0" +__version__ = "0.11.1" # these imports make the individual environments accessible at the top-level # of the library and assign an environment version number