Skip to content

Commit 35ff239

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent 5f98674 commit 35ff239

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.2"
3+
version = "0.1.3"
44
authors = ["Ben Frederickson <github@benfrederickson.com>"]
55
edition = "2021"
66

setup.cfg

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

@@ -12,4 +12,4 @@ replace = name = "py_cpp_demangle"
1212
version = "{new_version}"
1313

1414
[bdist_wheel]
15-
py_limited_api=cp38
15+
py_limited_api = cp38

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

0 commit comments

Comments
 (0)