We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb88e6d commit a7d65bdCopy full SHA for a7d65bd
docs/changelog/release-notes.md
@@ -9,6 +9,11 @@
9
### Bug fixes
10
- Remove custom classes, as to prevent future confusion with synapseclient's classes
11
12
+## 0.3.1
13
+
14
+### Bug fixes
15
+- Fix Docker image deployment ([#30](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pull/30))
16
17
## 0.3.0
18
19
### Features
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cnb-tools"
3
-version = "0.3.0"
+version = "0.3.1"
4
description = "Convenience tools/functions for challenges and benchmarking on Synapse.org"
5
license = "Apache-2.0"
6
authors = ["Sage CNB Team <cnb@sagebase.org>"]
0 commit comments