We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb81ca commit 252635aCopy full SHA for 252635a
CHANGELOG.md
@@ -7,4 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v0.1.1](https://github.com/ykumards/simtorch/releases/tag/v0.1.1) - 2022-11-20
11
+
12
## [v0.1.0](https://github.com/ykumards/simtorch/releases/tag/v0.1.0) - 2022-11-20
simtorch/version.py
@@ -2,7 +2,7 @@
2
_MINOR = "1"
3
# On main and in a nightly release the patch should be one ahead of the last
4
# released build.
5
-_PATCH = "0"
+_PATCH = "1"
6
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
0 commit comments