Skip to content

Commit

Permalink
update version 1.0.1 --> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyuDu committed May 15, 2023
1 parent 418fa25 commit f43f55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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="torch_choice",
version="1.0.1",
version="1.0.2",
description="A Pytorch Backend Library for Choice Modelling",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion torch_choice/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.0.1'
__version__ = '1.0.2'

from .utils.run_helper_lightning import run

0 comments on commit f43f55f

Please sign in to comment.