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.
2 parents 301f35b + e4d64f1 commit 0ca1fb3Copy full SHA for 0ca1fb3
VERSION
@@ -1 +1 @@
1
-0.1.2
+0.1.3
src/smexperiments/__init__.py
@@ -10,3 +10,6 @@
10
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
# ANY KIND, either express or implied. See the License for the specific
12
# language governing permissions and limitations under the License.
13
+import pkg_resources
14
+
15
+__version__ = pkg_resources.require("sagemaker-experiments")[0].version
0 commit comments