Skip to content

Commit 274ffd3

Browse files
committed
Bump version: 0.8.1 → 0.8.2
1 parent ae417f5 commit 274ffd3

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__ = 'mckaymatt@gmail.com'
5-
__version__ = '0.8.1'
5+
__version__ = '0.8.2'

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.1"
3+
version = "0.8.2"
44
authors = ["Matt McKay <mckaymatt@gmail.com>"]
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.1
2+
current_version = 0.8.2
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.1',
33+
version='0.8.2',
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)