Skip to content

Commit

Permalink
change version 0.1.6 --> 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyuDu committed Sep 18, 2023
1 parent c0d6327 commit b1e4263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bemb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.6'
__version__ = '0.1.7'
import bemb.model
import bemb.utils
import bemb.data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# This call to setup() does all the work
setup(
name="bemb",
version="0.1.6",
version="0.1.7",
description="A Pytorch Backend Library for Choice Modelling with Bayesian Matrix Factorization",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b1e4263

Please sign in to comment.