Skip to content

Commit

Permalink
fix issue with bad caching of files for version
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaloop committed Jul 27, 2024
1 parent 22c70b5 commit f314dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

rm -rv dist
python3 setup.py bdist_wheel
rm -rv dist build *.egg-info
python setup.py sdist bdist_wheel
# python3 setup.py bdist_wheel
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="anipose",
version="1.1.4",
version="1.1.8",
author="Lili Karashchuk",
author_email="[email protected]",
description="Framework for scalable DeepLabCut based analysis including 3D tracking",
Expand Down

0 comments on commit f314dee

Please sign in to comment.