Skip to content

Commit

Permalink
chore: version bump to 1.1.1 from 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
J-81 committed Aug 25, 2022
1 parent f603574 commit 4be9318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dp_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,5 +90,4 @@
```
"""

__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down

0 comments on commit 4be9318

Please sign in to comment.