Skip to content

Commit

Permalink
bump version to 0.2.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
synodriver committed Jul 1, 2022
1 parent 2493579 commit c11ff03
Show file tree
Hide file tree
Showing 3 changed files with 9,026 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
recursive-include pysilk *
recursive-include silk-v3-decoder/silk *
recursive-include silk-v3-decoder/silk *
include README.markdown
2 changes: 1 addition & 1 deletion pysilk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def _should_use_cffi() -> bool:
else:
from pysilk.backends.cffi import *

__version__ = "0.2.0.dev1"
__version__ = "0.2.0.rc1"
Loading

0 comments on commit c11ff03

Please sign in to comment.