From 438f6b658828fc84c3b142870e0bbe463d3cc352 Mon Sep 17 00:00:00 2001 From: arnaudon Date: Mon, 19 Sep 2022 14:18:02 +0200 Subject: [PATCH] Bump version --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 4347b9e..592f7b3 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,10 @@ -#!/usr/bin/env python - -import imp import sys - from setuptools import setup, find_packages if sys.version_info < (2, 7): sys.exit("Sorry, Python < 2.7 is not supported") -VERSION = "0.1.0" +VERSION = "0.2.0" setup( name="netsalt",