Update PyPI package version to 1.3.4b1

This commit is contained in:
Joseph Henry
2021-03-17 14:57:06 -07:00
parent 2e2a66c9f7
commit 6d0b46a5c3
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ ext()
{
# Symbolic link to source tree so that sdist structure makes sense
ln -s ../../ native
# Re-build wrapper to export C symbols
swig -c++ -python -o native/src/bindings/python/zt_wrap.cpp -I./native/include native/src/bindings/python/zt.i
# Copy language bindings into module directory
cp -f native/src/bindings/python/*.py libzt/
cp -f native/LICENSE.txt LICENSE

View File

@@ -1 +1 @@
__version__ = "1.3.4b0"
__version__ = "1.3.4b1"