Skip to content

Commit 65603e1

Browse files
committed
Bump version: 0.8.4 → 0.8.5
1 parent 821c40b commit 65603e1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.8.4'
5+
__version__ = '0.8.5'

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

66
[lib]

setup.cfg

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

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.8.4',
33+
version='0.8.5',
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)