Skip to content

Commit

Permalink
Merge pull request #8 from aws/bug_fix
Browse files Browse the repository at this point in the history
Fix module no __version__ attribute error
  • Loading branch information
jerrypeng7773 authored Dec 5, 2019
2 parents 301f35b + e4d64f1 commit 0ca1fb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
3 changes: 3 additions & 0 deletions src/smexperiments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.
import pkg_resources

__version__ = pkg_resources.require("sagemaker-experiments")[0].version

0 comments on commit 0ca1fb3

Please sign in to comment.