Skip to content

Commit 6ab5a9c

Browse files
committed
Bump version: 0.7.0 → 0.7.1
1 parent 34db35e commit 6ab5a9c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

rust_pypi_example/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Matt McKay"""
44
__email__ = 'mckaymatt@gmail.com'
5-
__version__ = '0.7.0'
5+
__version__ = '0.7.1'

rust_pypi_example/rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust_pypi_example/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_pypi_example"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Matt McKay <mckaymatt@gmail.com>"]
55

66
[lib]

setup.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.7.1
33
commit = True
44
tag = True
55

@@ -19,13 +19,13 @@ replace = {new_version}
1919
search = {current_version}
2020
replace = {new_version}
2121

22-
2322
[flake8]
2423
exclude = docs
2524

2625
[aliases]
27-
test=pytest
26+
test = pytest
2827

2928
[tool:pytest]
3029
testpaths = tests
31-
addopts = --verbose
30+
addopts = --verbose
31+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name='rust_pypi_example',
33-
version='0.7.0',
33+
version='0.7.1',
3434
description="Python Boilerplate contains all the boilerplate you need to create a Python wheel with Rust.",
3535
long_description=readme + '\n\n' + history,
3636
author="Matt McKay",

0 commit comments

Comments
 (0)