Skip to content

Commit

Permalink
Bump version: 0.7.4 → 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaymatt committed Jun 18, 2017
1 parent adbf459 commit 8bbab97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.7.4'
__version__ = '0.7.5'
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.7.4"
version = "0.7.5"
authors = ["Matt McKay <mckaymatt@gmail.com>"]

[lib]
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.4
current_version = 0.7.5
tag = True
commit = True

Expand All @@ -19,13 +19,13 @@ replace = {new_version}
search = {current_version}
replace = {new_version}


[flake8]
exclude = docs

[aliases]
test=pytest
test = pytest

[tool:pytest]
testpaths = tests
addopts = --verbose
addopts = --verbose

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.7.4',
version='0.7.5',
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 8bbab97

Please sign in to comment.