diff --git a/AUTHORS.rst b/AUTHORS.rst index 4cfad83..70024af 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -10,4 +10,6 @@ Development Lead Contributors ------------ -@alex-pobeditel-2004 \ No newline at end of file +@alex-pobeditel-2004 +@hackerlikecomputer +@joaopalmeiro \ No newline at end of file diff --git a/datawrapper/__init__.py b/datawrapper/__init__.py index 3eb0ff0..45245ac 100644 --- a/datawrapper/__init__.py +++ b/datawrapper/__init__.py @@ -2,7 +2,7 @@ __author__ = """Sergio Sanchez""" __email__ = "chekos@tacosdedatos.com" -__version__ = "0.4.3" +__version__ = "0.4.4" import datawrapper.datawrapper as dw from IPython.display import HTML, Image diff --git a/setup.cfg b/setup.cfg index e59012d..5df777f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.3 +current_version = 0.4.4 commit = True tag = True diff --git a/setup.py b/setup.py index 58ad3e3..5bfa1dd 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/chekos/datawrapper", - version="0.4.3", + version="0.4.4", zip_safe=False, )