Skip to content

Commit

Permalink
change version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyuDu committed Aug 14, 2022
1 parent b6c523f commit 832d716
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,3 +1,3 @@
__version__ = '0.1.0'
__version__ = '0.1.4'
import bemb.model
import bemb.utils
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.3",
version="0.1.4",
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 832d716

Please sign in to comment.