From 73c3de9c999e0e0d2a9f624d3413e491126ff275 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Fri, 22 Feb 2019 13:40:30 -0800 Subject: [PATCH] iterate version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 049b156..f481807 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Note: To use the 'upload' functionality of this file, you must: @@ -73,7 +73,7 @@ class UploadCommand(Command): # Where the magic happens: setup( name=NAME, - version='1.6.0', + version='1.6.1', description=DESCRIPTION, long_description=long_description, long_description_content_type='text/markdown',