Skip to content

Commit

Permalink
Bump version to 0.1.1 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
klane authored Aug 31, 2021
1 parent 57acfdd commit 25de81d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
## [0.1.1] - 2021-08-31

This patch release sets dependency requirements for a `conda` installation. The original requirements were too strict for [conda-forge](https://conda-forge.org/).

### Added

Expand All @@ -23,5 +25,6 @@

Initial release

[unreleased]: https://github.com/Rose-STL-Lab/torchTS/compare/v0.1.0...main
[unreleased]: https://github.com/Rose-STL-Lab/torchTS/compare/v0.1.1...main
[0.1.1]: https://github.com/Rose-STL-Lab/torchTS/releases/tag/v0.1.1
[0.1.0]: https://github.com/Rose-STL-Lab/torchTS/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "TorchTS Team"

# The full version, including alpha/beta/rc tags
release = "0.1.0"
release = "0.1.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "torchts"
version = "0.1.0"
version = "0.1.1"
description = "Time series forecasting with PyTorch"
authors = [
"TorchTS Team <[email protected]>"
Expand Down

0 comments on commit 25de81d

Please sign in to comment.