Skip to content

Commit 89941b1

Browse files
committed
bump version
1 parent 993b51c commit 89941b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pytest_echo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pkg_resources
99
from pkg_resources import DistributionNotFound
1010

11-
__version__ = '1.7.0'
11+
__version__ = '1.7.1'
1212

1313

1414
def get_installed_distributions():

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
43
from setuptools import setup
54
from pytest_echo import __version__
65

76
setup(
87
name='pytest-echo',
98
description='pytest plugin with mechanisms for echoing environment '
109
'variables, package version and generic attributes',
11-
long_description=open("README.rst").read(),
10+
long_description=open('README.rst').read(),
1211
long_description_content_type='text/x-rst',
1312
version=__version__,
1413
author='Stefano Apostolico',

0 commit comments

Comments
 (0)