From ad7b1e934edfc0e7c5a0ecc19103243b06834bb9 Mon Sep 17 00:00:00 2001 From: BotondA Date: Tue, 22 Dec 2020 03:10:39 -0500 Subject: [PATCH] logo fix for pypi --- HISTORY.rst | 5 +++++ branesta/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1aed035..d0e72e2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.1.7 (2020-12-22) +------------------ + +* Logo fix + 0.1.6 (2020-12-22) ------------------ diff --git a/branesta/__init__.py b/branesta/__init__.py index 9af99a6..57cb649 100644 --- a/branesta/__init__.py +++ b/branesta/__init__.py @@ -2,4 +2,4 @@ __author__ = """Botond Antal""" __email__ = 'botond.antal@stonybrook.edu' -__version__ = '0.1.6' +__version__ = '0.1.7' diff --git a/setup.cfg b/setup.cfg index f5bb5ac..bcf9945 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True diff --git a/setup.py b/setup.py index 3213810..e12cf9f 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/BotondA/branesta', - version='0.1.6', + version='0.1.7', zip_safe=False, )