Skip to content

Commit

Permalink
🔖 Release version 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdetronquito committed May 11, 2020
1 parent 96735ee commit 4780335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scalpl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .scalpl import Cut

__version__ = "0.3.0"
__version__ = "0.4.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
setup(
name="scalpl",
packages=["scalpl"],
version="0.3.0",
version="0.4.0",
description=("A lightweight wrapper to operate on nested dictionaries seamlessly."),
long_description=readme,
author="Guillaume Paulet",
author_email="[email protected]",
license="Public Domain",
url="https://github.com/ducdetronquito/scalpl",
download_url=("https://github.com/ducdetronquito/scalpl/archive/" "0.3.0.tar.gz"),
download_url=("https://github.com/ducdetronquito/scalpl/archive/" "0.4.0.tar.gz"),
tests_require=[
"addict",
"mypy",
Expand Down

0 comments on commit 4780335

Please sign in to comment.