Skip to content

Commit

Permalink
iterate version
Browse files Browse the repository at this point in the history
  • Loading branch information
archangelic committed Feb 22, 2019
1 parent 81af6ba commit 73c3de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -73,7 +73,7 @@ def run(self):
# 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',
Expand Down

0 comments on commit 73c3de9

Please sign in to comment.