From a4f8e535ba27317f5139caa92a56b36927cbdb2d Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Tue, 4 Jul 2017 20:10:47 +0200 Subject: [PATCH] new release --- safety/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/safety/__init__.py b/safety/__init__.py index c40c0adc..398c4214 100644 --- a/safety/__init__.py +++ b/safety/__init__.py @@ -2,4 +2,4 @@ __author__ = """pyup.io""" __email__ = 'support@pyup.io' -__version__ = '1.4.0' +__version__ = '1.4.1' diff --git a/setup.py b/setup.py index 51128668..18108da9 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name='safety', - version='1.4.0', + version='1.4.1', description="Safety checks your installed dependencies for known security vulnerabilities.", long_description=readme + '\n\n' + history, author="pyup.io",