Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Nov 13, 2018
1 parent c617cce commit a57d9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Chartify
|status| |release| |python|

.. |status| image:: https://img.shields.io/badge/Status-Beta-blue.svg
.. |release| image:: https://img.shields.io/badge/Release-2.3.3-blue.svg
.. |release| image:: https://img.shields.io/badge/Release-2.3.4-blue.svg
.. |python| image:: https://img.shields.io/badge/Python-3.6-blue.svg

Chartify is a Python library that makes it easy for data scientists to create charts.
Expand Down
2 changes: 1 addition & 1 deletion chartify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

__author__ = """Chris Halpert"""
__email__ = '[email protected]'
__version__ = '2.3.3'
__version__ = '2.3.4'

_IPYTHON_INSTANCE = False

Expand Down

0 comments on commit a57d9d5

Please sign in to comment.