Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
edimetia3d committed Oct 28, 2023
1 parent 1b756e3 commit 76db956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/!/bin/bash
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )";
cd $SCRIPT_DIR

rm -rf build
rm -rf ./dist
python3 -m pip install --upgrade build twine
python3 -m build
Expand All @@ -12,4 +12,6 @@ if [ "$1" = "upload" ];
else
echo Uploading ignored
fi
rm -rf build
rm -rf *.egg-info

2 changes: 1 addition & 1 deletion pybind11_weaver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "0.1.0"
__VERSION__ = "0.1.1"

import os.path

Expand Down

0 comments on commit 76db956

Please sign in to comment.