Skip to content

Commit c1f0d9a

Browse files
committed
Bump version: 0.8.7 → 0.8.7
1 parent 3177315 commit c1f0d9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7'
5+
__version__ = '__version__ = '0.8.7''

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