Skip to content

Commit

Permalink
update versioning to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 14, 2019
1 parent 3c12e2b commit e5787fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autofig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0'
__version__ = '1.1.0'

import os as _os
import sys as _sys
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
long_description = fh.read()

setup(name='autofig',
version='1.0.0',
version='1.1.0',
description='High-Level Interface to Create Figures/Animations with Matplotlib',
long_description=long_description,
long_description_content_type="text/markdown",
author='Kyle Conroy',
author_email='[email protected]',
url='https://www.github.com/kecnry/autofig',
download_url = 'https://github.com/kecnry/autofig/tarball/1.0.0',
download_url = 'https://github.com/kecnry/autofig/tarball/1.1.0',
packages=['autofig'],
scripts=['launcher/autofig'],
classifiers=[
Expand Down

0 comments on commit e5787fe

Please sign in to comment.