Skip to content

Commit

Permalink
v1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wyapx committed Dec 17, 2021
1 parent 1b9f9e1 commit 8175daa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:

jobs:
deploy:

runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from setuptools import Extension

__version__ = "1.3.1"
__version__ = "1.3.2"

setup(
version=__version__,
Expand All @@ -17,7 +17,6 @@
ext_modules=[
Extension(
"_pysilk", ["src/silk/_pysilk.cpp", "src/silk/codec.cpp", *glob.glob("src/silk/src/*.c")],
library_dirs=["src/silk/"],
include_dirs=["src/silk/interface"],
define_macros=[('VERSION_INFO', __version__)]
)
Expand Down

0 comments on commit 8175daa

Please sign in to comment.