bump version v0.1.9

This commit is contained in:
sugarme 2020-10-27 17:34:12 +11:00
parent d93cf1b996
commit bd050c89bd
3 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- [#10]: `ts.Drop()` and `ts.MustDrop()` now can call multiple times without panic
## [0.1.9]
### Changed
- Reverse changes [#10] to original.
[#10]: https://github.com/sugarme/gotch/issues/10

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Env
GOTCH_VERSION="${GOTCH_VER:-v0.1.7}"
GOTCH_VERSION="${GOTCH_VER:-v0.1.9}"
LIBTORCH_VERSION="${LIBTORCH_VER:-1.5.1}"
GOTCH="$GOPATH/pkg/mod/github.com/sugarme/gotch@$GOTCH_VERSION"

View File

@ -1,6 +1,6 @@
#!/bin/bash
GOTCH_VERSION="${GOTCH_VER:-v0.1.7}"
GOTCH_VERSION="${GOTCH_VER:-v0.1.9}"
LIBTORCH_VERSION="${LIBTORCH_VER:-1.5.1}"
CUDA_VERSION="${CUDA_VER:-10.1}"
CU_VERSION="${CUDA_VERSION//./}"