Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-09-19 20:45:20 +0300
committerCasey Deccio <casey@deccio.net>2016-09-19 20:45:20 +0300
commit16f475c3d25011b5d28e5fbbfb3dded6eea04154 (patch)
tree686b615fcf118a154471a6d3022c5ff2c859f591
parent774cd0808cada38fd46eba4f2384afbcc957b39e (diff)
Bump versionv0.6.2
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fa6eb69..d301eba 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ else:
map_func = lambda x: codecs.decode(x, 'latin1')
setup(name='dnsviz',
- version='0.6.1',
+ version='0.6.2',
author='Casey Deccio',
author_email='casey@deccio.net',
url='https://github.com/dnsviz/dnsviz/',