Skip to content

Commit

Permalink
change version 1.0.3 --> 1.0.4a
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyuDu committed Jul 28, 2023
1 parent 35b1ee4 commit b1990db
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.3",
version="1.0.4a",
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.3'
__version__ = '1.0.4a'

from .utils.run_helper_lightning import run

0 comments on commit b1990db

Please sign in to comment.