From 371e0c80f34fffb168035b6922c3c8d99a616a51 Mon Sep 17 00:00:00 2001 From: josh-spatial <72358384+josh-spatial@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:59:05 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.2=20=E2=86=92=200.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qdmap/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qdmap/__init__.py b/qdmap/__init__.py index 0e8845f..e937d8e 100644 --- a/qdmap/__init__.py +++ b/qdmap/__init__.py @@ -2,4 +2,4 @@ __author__ = """Joshua Wustner""" __email__ = 'wustner@gmail.com' -__version__ = '0.0.2' +__version__ = '0.0.3' diff --git a/setup.cfg b/setup.cfg index a47aa4c..f88e01e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 3141e4f..2f46a55 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/josh-spatial/qdmap', - version='0.0.2', + version='0.0.3', zip_safe=False, )