From 4be9318dce9c1d1514d04c5ac9349c65017d0fe2 Mon Sep 17 00:00:00 2001 From: Jonathan Oribello Date: Thu, 25 Aug 2022 18:02:18 +0000 Subject: [PATCH] chore: version bump to 1.1.1 from 1.1.0 --- dp_tools/__init__.py | 5 ++--- setup.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dp_tools/__init__.py b/dp_tools/__init__.py index e1bcf9a..4c2a635 100644 --- a/dp_tools/__init__.py +++ b/dp_tools/__init__.py @@ -28,7 +28,7 @@ #### Using pip -> pip install git+https://github.com/J-81/dp_tools.git@development +> pip install git+https://github.com/J-81/dp_tools.git@1.1.1 ## CLI Commands @@ -90,5 +90,4 @@ ``` """ - -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/setup.py b/setup.py index 209d7e2..c9eed97 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="dp_tools", - version="1.1.0", + version="1.1.1", description="Tooling for Data Processing Operations", author="Jonathan Oribello", author_email="jonathan.d.oribello@nasa.gov",