Skip to content

Commit da6f9e5

Browse files
committed
Version 0.2.4
1 parent afd687e commit da6f9e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pubplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
__author__ = 'Hugo Sadok'
2323
__email__ = 'hugo@sadok.com.br'
24-
__version__ = '0.2.3'
24+
__version__ = '0.2.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='pubplot',
9-
version='0.2.3',
9+
version='0.2.4',
1010
description='Seamless LaTeX and Matplotlib integration for publication plots',
1111
long_description=readme,
1212
packages=find_packages(),

0 commit comments

Comments
 (0)