Skip to content

Commit 8642699

Browse files
committed
chore: bumping version to 0.1.2+onekey1
The part after the `+` is a local version identifier, which is suggested to use for patched upstream packages[^1] I haven't bumped in `Cargo.toml`, as we don't care about the version number in of the intermediate rust crate. [^1]: https://packaging.python.org/en/latest/specifications/version-specifiers/#local-version-identifiers
1 parent 1ed0d77 commit 8642699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
url='http://github.com/benfred/py-cpp-demangle/',
88
description="A package for demangling C++ linker symbols",
99
long_description=open("README.rst").read(),
10-
version="0.1.2",
10+
version="0.1.2+onekey1",
1111
rust_extensions=[RustExtension('cpp_demangle', 'Cargo.toml', binding=Binding.PyO3)],
1212
test_suite="tests",
1313
license="MIT",

0 commit comments

Comments
 (0)