Skip to content

Commit

Permalink
ver and manifest update (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst authored Oct 13, 2023
1 parent 85df655 commit 5dac9ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ recursive-include docs *
recursive-include examples *
recursive-include results *
recursive-include tsml_eval *.py
recursive-include tsml_eval/datasets *.ts
recursive-include tsml_eval/datasets *.ts *.csv
recursive-exclude tsml_eval/publications *.csv *.txt *.ipynb
recursive-exclude tsml_eval/utils *.csv
include .coveragerc
Expand All @@ -13,12 +13,13 @@ include README.md

recursive-exclude .github *
recursive-exclude _build_tools *
recursive-exclude _uea_experiments *
recursive-exclude _tsml_group_experiments *
exclude .codecov.yml
exclude .gitattributes
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yml
exclude sweep.yaml

# these are in _wip currently, may want to remove in the future
recursive-include tsml_eval/_wip *.csv *.ipynb *.sh *.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tsml-eval contains benchmarking and evaluation tools for time series machine learning
algorithms.

The current release of tsml-eval is v0.1.0.
The current release of tsml-eval is v0.1.1.

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tsml-eval"
version = "0.1.0"
version = "0.1.1"
description = "A package for benchmarking time series machine learning tools."
authors = [
{name = "Matthew Middlehurst", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion tsml_eval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""tsml-eval."""

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 5dac9ce

Please sign in to comment.