Skip to content

Commit

Permalink
dummy v0.32.4 to test new builds
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop committed Nov 5, 2024
1 parent 8d6438f commit 3f6d9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/das-win/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ set PIP_NO_INDEX=False
set PIP_NO_DEPENDENCIES=False
set PIP_IGNORE_INSTALLED=False
@REM pip install "tensorflow==2.10.*"
pip install das==0.32.3 --no-dependencies
pip install das --no-dependencies
if errorlevel 1 exit 1
2 changes: 1 addition & 1 deletion src/das/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""DAS"""

__version__ = "0.32.3"
__version__ = "0.32.4"

0 comments on commit 3f6d9b4

Please sign in to comment.