Skip to content

Commit

Permalink
Bump version: 0.8.5 → 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaymatt committed Jul 9, 2017
1 parent 2973a55 commit cf71cf3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rust_pypi_example/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Matt McKay"""
__email__ = 'mckaymatt@gmail.com'
__version__ = '0.8.5'
__version__ = '0.8.6'
2 changes: 1 addition & 1 deletion rust_pypi_example/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust_pypi_example/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_pypi_example"
version = "0.8.5"
version = "0.8.6"
authors = ["Matt McKay <mckaymatt@gmail.com>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.5
current_version = 0.8.6
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name='rust_pypi_example',
version='0.8.5',
version='0.8.6',
description="Python Boilerplate contains all the boilerplate you need to create a Python wheel with Rust.",
long_description=readme + '\n\n' + history,
author="Matt McKay",
Expand Down

0 comments on commit cf71cf3

Please sign in to comment.