iterate version

pull/60/head v1.6.1
Mallory Hancock 2019-02-22 13:40:30 -08:00
parent 81af6ba8bd
commit 73c3de9c99
1 changed files with 2 additions and 2 deletions

View File

@ -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',