Skip to content

Commit

Permalink
Merge a1c8259 into 51c405f
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Dec 8, 2015
2 parents 51c405f + a1c8259 commit fcc8786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ To create a new release

2. create a Git tag,
```
$ git tag -a v0.3.1
$ git tag v0.3.1
$ git push --tags
```
and
Expand Down
2 changes: 1 addition & 1 deletion matplotlib2tikz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__copyright__ = 'Copyright (c) 2010-2015, %s <%s>' % (__author__, __email__)
__credits__ = []
__license__ = 'MIT License'
__version__ = '0.5.1'
__version__ = '0.5.2'
__maintainer__ = 'Nico Schlömer'
__status__ = 'Production'

Expand Down

0 comments on commit fcc8786

Please sign in to comment.