Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Sep 19, 2022
1 parent c1fa32c commit 438f6b6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 438f6b6

Please sign in to comment.