Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 0a1b6d7

Browse files
authored
Merge pull request #47 from apiaryio/wvi/0.2.0
Bump version and release for 0.2.0
2 parents ac2f795 + a6e513b commit 0a1b6d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dredd_hooks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
'PORT',
2525
'MESSAGE_DELIMITER']
2626

27-
__version__ = '0.1.3'
27+
__version__ = '0.2.0'

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
setup(
88
name='dredd_hooks',
9-
version='0.1.3',
9+
version='0.2.0',
1010
url='https://github.com/apiaryio/dredd-hooks-python/',
1111
download_url='http://pypi.python.org/pypi/dredd_hooks',
1212
license='MIT License',
1313
author='Vilibald Wanča',
14-
author_email='wvi@apiary.io',
14+
author_email='vilibald.wanca@oracle.com',
1515
maintainer='Apiary',
1616
maintainer_email='support@apiary.io',
1717
description='Python Hooks Bridge for Dredd API Testing Framework',
1818
long_description=long_desc,
1919
zip_safe=True,
2020
classifiers=[
21-
'Development Status :: 4 - Beta',
21+
'Development Status :: 5 - Production/Stable',
2222
'Environment :: Console',
2323
'Environment :: Web Environment',
2424
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)