1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Bump version to 1.2.0

This commit is contained in:
Ivan Malison
2015-01-08 10:56:39 -08:00
parent c0a22df7ed
commit a7c7e4e279
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
##!/usr/bin/env python
import sys
from setuptools import setup
@@ -20,7 +20,7 @@ class PyTest(TestCommand):
setup(
name='vcrpy',
version='1.1.4',
version='1.2.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"