Skip to content

Commit 25de81d

Browse files
authored
Bump version to 0.1.1 (#140)
1 parent 57acfdd commit 25de81d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [0.1.1] - 2021-08-31
4+
5+
This patch release sets dependency requirements for a `conda` installation. The original requirements were too strict for [conda-forge](https://conda-forge.org/).
46

57
### Added
68

@@ -23,5 +25,6 @@
2325

2426
Initial release
2527

26-
[unreleased]: https://github.com/Rose-STL-Lab/torchTS/compare/v0.1.0...main
28+
[unreleased]: https://github.com/Rose-STL-Lab/torchTS/compare/v0.1.1...main
29+
[0.1.1]: https://github.com/Rose-STL-Lab/torchTS/releases/tag/v0.1.1
2730
[0.1.0]: https://github.com/Rose-STL-Lab/torchTS/releases/tag/v0.1.0

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "TorchTS Team"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "0.1.0"
30+
release = "0.1.1"
3131

3232

3333
# -- General configuration ---------------------------------------------------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "torchts"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Time series forecasting with PyTorch"
55
authors = [
66
"TorchTS Team <torchts@googlegroups.com>"

0 commit comments

Comments
 (0)