Skip to content

Commit 0ca1fb3

Browse files
Merge pull request #8 from aws/bug_fix
Fix module no __version__ attribute error
2 parents 301f35b + e4d64f1 commit 0ca1fb3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

src/smexperiments/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# 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

Comments
 (0)