Skip to content

Commit

Permalink
update versioning to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Oct 1, 2020
1 parent 7fba277 commit 1ded245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0'
__version__ = '1.2.0'

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

setup(name='autofig',
version='1.1.0',
version='1.2.0',
description='High-Level Interface to Create Figures/Animations with Matplotlib',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1ded245

Please sign in to comment.