From 2f11e1caf1dc9becc0e11b20f256d73548bb7a88 Mon Sep 17 00:00:00 2001 From: Allard Hendriksen Date: Wed, 26 May 2021 16:05:24 +0200 Subject: [PATCH] Bump version 0.10.0 -> 0.10.1 --- CHANGELOG.md | 7 ++++++- README.md | 4 ++-- msd_pytorch/VERSION | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d317669..4e7aeb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.10.1] - 2021-05-26 +### Fixed +- Replace outdated import from setup.py + ## [0.10.0] - 2021-05-26 ### Added - 3D convolution support. @@ -69,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.10.0...master +[Unreleased]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.10.1...master +[0.10.1]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.10.0...v0.10.1 [0.10.0]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.9.1...v0.10.0 [0.9.1]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.9.0...v0.9.1 [0.9.0]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.8.0...v0.9.0 diff --git a/README.md b/README.md index 99f16de..db9e953 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ This package is compatible with python 3.7, 3.8, and 3.9. The following instructions install msd_pytorch with pytorch version 1.8.1: ``` -conda install msd_pytorch=0.10.0 cudatoolkit=11.1 -c aahendriksen -c pytorch -c defaults -c conda-forge -conda install msd_pytorch=0.10.0 cudatoolkit=10.2 -c aahendriksen -c pytorch -c defaults -c conda-forge +conda install msd_pytorch=0.10.1 cudatoolkit=11.1 -c aahendriksen -c pytorch -c defaults -c conda-forge +conda install msd_pytorch=0.10.1 cudatoolkit=10.2 -c aahendriksen -c pytorch -c defaults -c conda-forge ``` **Note**: The order of the channels is important. If you install pytorch from diff --git a/msd_pytorch/VERSION b/msd_pytorch/VERSION index 78bc1ab..5712157 100644 --- a/msd_pytorch/VERSION +++ b/msd_pytorch/VERSION @@ -1 +1 @@ -0.10.0 +0.10.1