Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4t4nuk1 committed May 11, 2022
1 parent d086aba commit 22ed9ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Deepfinder

![](https://img.shields.io/badge/PRs-welcome-green.svg)
[![GitHub](https://img.shields.io/github/license/thekichune/deepfinder.py)](https://github.com/thekichune/deepfinder.py/blob/main/LICENSE)
[![GitHub](https://img.shields.io/github/license/jparadadev/deepfinder.py)](https://github.com/jparadadev/deepfinder.py/blob/main/LICENSE)
[![Pypi](https://img.shields.io/pypi/v/deepfinder)](https://pypi.org/project/deepfinder/)
[![Downloads](https://pepy.tech/badge/deepfinder)](https://pepy.tech/project/deepfinder)
[![GA](https://github.com/thekichune/deepfinder.py/workflows/Tests/badge.svg)](https://github.com/thekichune/deepfinder.py/actions/workflows/test.yml)
[![GA](https://github.com/jparadadev/deepfinder.py/workflows/Tests/badge.svg)](https://github.com/jparadadev/deepfinder.py/actions/workflows/test.yml)

Search attributes easily using dot paths. Within structures of type dictionary, list and embedded substructures with simple format 'dict.users.0.name'.

Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[metadata]
name = deepfinder
version = 1.1.0
version = 1.2.0
author = Javier Parada
author_email = [email protected]
description = Search attributes easily using dot paths. Within structures of type dictionary, list and embedded substructures with simple format 'dict.users.0.name'.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
platform = any
url = https://github.com/thekichune/deepfinder.py
url = https://github.com/jparadadev/deepfinder.py
project_urls =
Bug Tracker = https://github.com/thekichune/deepfinder.py/issues
Bug Tracker = https://github.com/jparadadev/deepfinder.py/issues
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Expand Down

0 comments on commit 22ed9ed

Please sign in to comment.