Skip to content

Commit 6df7e35

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 30b2cec commit 6df7e35

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py_cpp_demangle"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Ben Frederickson <[email protected]>"]
55
edition = "2021"
66

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

@@ -16,4 +16,3 @@ search = name = "py_cpp_demangle"
1616
version = "{current_version}"
1717
replace = name = "py_cpp_demangle"
1818
version = "{new_version}"
19-

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.0",
10+
version="0.1.1",
1111
rust_extensions=[RustExtension('cpp_demangle', 'Cargo.toml', binding=Binding.PyO3)],
1212
test_suite="tests",
1313
license="MIT",

0 commit comments

Comments
 (0)