Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔖 Release version 0.4.2.
Browse files Browse the repository at this point in the history
ducdetronquito committed Apr 11, 2021
1 parent 3bf723e commit c44cf88
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ Scalpl
.. image:: https://img.shields.io/badge/coverage-100%25-green.svg
:target: #

.. image:: https://img.shields.io/badge/pypi-v0.4.1-blue.svg
.. image:: https://img.shields.io/badge/pypi-v0.4.2-blue.svg
:target: https://pypi.python.org/pypi/scalpl/

.. image:: https://travis-ci.org/ducdetronquito/scalpl.svg?branch=master
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.4.1"
__version__ = "0.4.2"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@
setup(
name="scalpl",
packages=["scalpl"],
version="0.4.1",
version="0.4.2",
description=("A lightweight wrapper to operate on nested dictionaries seamlessly."),
long_description=readme,
author="Guillaume Paulet",
author_email="guillaume.paulet@giome.fr",
license="Public Domain",
url="https://github.com/ducdetronquito/scalpl",
download_url=("https://github.com/ducdetronquito/scalpl/archive/" "0.4.1.tar.gz"),
download_url=("https://github.com/ducdetronquito/scalpl/archive/" "0.4.2.tar.gz"),
tests_require=[
"addict",
"mypy",

0 comments on commit c44cf88

Please sign in to comment.