Skip to content

Commit

Permalink
bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-brady committed Mar 5, 2024
1 parent dca5eaa commit 0af21cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A succinct matplotlib wrapper for making beautiful, publication-quality graphics.
"""
name = 'proplot'
__version__ = '1.0.3'
__version__ = '1.0.4'

# Import dependencies early to isolate import times
from . import internals, externals, tests # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires=['matplotlib>=3.0.0', 'numpy'],
python_requires='>=3.6',
packages=find_packages(),
version='1.0.3',
version='1.0.4',
name='proplot',
include_package_data=True,
)

0 comments on commit 0af21cf

Please sign in to comment.