Skip to content

Commit df7b54c

Browse files
committed
Revert "Bump version: 0.8.7 → 0.8.7"
This reverts commit c1f0d9a.
1 parent c1f0d9a commit df7b54c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust_pypi_example/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Matt McKay"""
44
__email__ = '[email protected]'
5-
__version__ = '__version__ = '0.8.7''
5+
__version__ = '0.8.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name='rust_pypi_example',
33-
version='version='0.8.7'',
33+
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)