Skip to content

Commit 4ece5b5

Browse files
committed
Bump version: 0.7.8 → 0.7.9
1 parent d2f513d commit 4ece5b5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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__ = '[email protected]'
5-
__version__ = '0.7.8'
5+
__version__ = '0.7.9'

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.8"
3+
version = "0.7.9"
44
authors = ["Matt McKay <[email protected]>"]
55

66
[lib]

setup.cfg

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

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

22-
2322
[flake8]
2423
exclude = docs
2524

@@ -28,4 +27,5 @@ 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.8',
33+
version='0.7.9',
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)