Skip to content

Commit 76db956

Browse files
committed
chore: update version
1 parent 1b756e3 commit 76db956

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/!/bin/bash
22
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )";
33
cd $SCRIPT_DIR
4-
4+
rm -rf build
55
rm -rf ./dist
66
python3 -m pip install --upgrade build twine
77
python3 -m build
@@ -12,4 +12,6 @@ if [ "$1" = "upload" ];
1212
else
1313
echo Uploading ignored
1414
fi
15+
rm -rf build
16+
rm -rf *.egg-info
1517

pybind11_weaver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = "0.1.0"
1+
__VERSION__ = "0.1.1"
22

33
import os.path
44

0 commit comments

Comments
 (0)