From a57d9d5b22a62896e4176527952065f56c68ced5 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 13 Nov 2018 15:09:17 -0500 Subject: [PATCH] updated version --- README.rst | 2 +- chartify/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d2e702a..8a067a7 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/chartify/__init__.py b/chartify/__init__.py index 984a646..2748073 100644 --- a/chartify/__init__.py +++ b/chartify/__init__.py @@ -21,7 +21,7 @@ __author__ = """Chris Halpert""" __email__ = 'chalpert@spotify.com' -__version__ = '2.3.3' +__version__ = '2.3.4' _IPYTHON_INSTANCE = False