Skip to content

Commit 44407c5

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent c796cf9 commit 44407c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1"
3+
version = "0.1.2"
44
authors = ["Ben Frederickson <[email protected]>"]
55
edition = "2021"
66

setup.cfg

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

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

0 commit comments

Comments
 (0)