Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher committed Mar 15, 2020
1 parent 66a0795 commit b4096f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/paul-butcher/tartan',
version='0.1.1',
version='version='0.1.1'',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion tartan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Paul Butcher"""
__email__ = 'paul.butcher@gmail.com'
__version__ = '0.1.1'
__version__ = '__version__ = '0.1.1''

from .tartan import threadcount_to_image

0 comments on commit b4096f2

Please sign in to comment.