Skip to content

Commit 438f6b6

Browse files
committed
Bump version
1 parent c1fa32c commit 438f6b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
#!/usr/bin/env python
2-
3-
import imp
41
import sys
5-
62
from setuptools import setup, find_packages
73

84
if sys.version_info < (2, 7):
95
sys.exit("Sorry, Python < 2.7 is not supported")
106

11-
VERSION = "0.1.0"
7+
VERSION = "0.2.0"
128

139
setup(
1410
name="netsalt",

0 commit comments

Comments
 (0)