Skip to content

Commit 8175daa

Browse files
committed
v1.3.2 release
1 parent 1b9f9e1 commit 8175daa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414

1515
jobs:
1616
deploy:
17-
1817
runs-on: ubuntu-latest
1918

2019
steps:

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from setuptools import Extension
1010

11-
__version__ = "1.3.1"
11+
__version__ = "1.3.2"
1212

1313
setup(
1414
version=__version__,
@@ -17,7 +17,6 @@
1717
ext_modules=[
1818
Extension(
1919
"_pysilk", ["src/silk/_pysilk.cpp", "src/silk/codec.cpp", *glob.glob("src/silk/src/*.c")],
20-
library_dirs=["src/silk/"],
2120
include_dirs=["src/silk/interface"],
2221
define_macros=[('VERSION_INFO', __version__)]
2322
)

0 commit comments

Comments
 (0)