We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd687e commit da6f9e5Copy full SHA for da6f9e5
2 files changed
pubplot/__init__.py
@@ -21,4 +21,4 @@
21
22
__author__ = 'Hugo Sadok'
23
__email__ = 'hugo@sadok.com.br'
24
-__version__ = '0.2.3'
+__version__ = '0.2.4'
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='pubplot',
9
- version='0.2.3',
+ version='0.2.4',
10
description='Seamless LaTeX and Matplotlib integration for publication plots',
11
long_description=readme,
12
packages=find_packages(),
0 commit comments