Skip to content

Commit

Permalink
Some fixes into docs and update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
gurcuff91 committed Mar 24, 2024
1 parent 44ff5d8 commit 58086e5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/igorbenav/fastcrud">
<a href="https://github.com/gurcuff91/mongotoy">
<img src="https://github.com/gurcuff91/mongotoy/blob/master/docs/assets/mongotoy.png" alt="Mongotoy Logo" width="45%" height="auto">
</a>
</p>
Expand All @@ -9,10 +9,10 @@
</p>

<p align="center">
<a href="https://pypi.org/project/fastcrud/">
<img src="https://img.shields.io/pypi/v/mongotoy?color=%2334D058&label=pypi%20package" alt="PyPi Version"/>
<a href="https://pypi.org/project/mongotoy/">
<img src="https://img.shields.io/pypi/v/mongotoy?color=%2334D058&label=version" alt="Version"/>
</a>
<a href="https://pypi.org/project/fastcrud/">
<a href="https://pypi.org/project/mongotoy/">
<img src="https://img.shields.io/pypi/pyversions/mongotoy.svg?color=%2334D058" alt="Supported Python Versions"/>
</a>
</p>
Expand Down Expand Up @@ -152,10 +152,8 @@ poetry add mongotoy


## Extras
See full documentation at:
See full documentation at: https://gurcuff91.github.io/mongotoy

<a href="https://gurcuff91.github.io/mongotoy/"><img src="https://github.com/gurcuff91/mongotoy/blob/master/docs/assets/mongotoy.png" alt="Mongotoy Logo" height="42" width="175"></a>

### If you like this project buy me a coffe !!
### If you like this project !!

<a href="https://www.buymeacoffee.com/gurcuff91"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="42" width="175"></a>
16 changes: 11 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</style>

<p align="center">
<a href="https://github.com/igorbenav/fastcrud">
<img src="assets/mongotoy.png?raw=true" alt="Mongotoy image." width="45%" height="auto">
<a href="https://github.com/gurcuff91/mongotoy">
<img src="assets/mongotoy.png?raw=true" alt="Mongotoy Logo" width="45%" height="auto">
</a>
</p>

Expand All @@ -15,10 +15,10 @@
</p>

<p align="center">
<a href="https://pypi.org/project/fastcrud/">
<img src="https://img.shields.io/pypi/v/mongotoy?color=%2334D058&label=pypi%20package" alt="PyPi Version"/>
<a href="https://pypi.org/project/mongotoy/">
<img src="https://img.shields.io/pypi/v/mongotoy?color=%2334D058&label=version" alt="Version"/>
</a>
<a href="https://pypi.org/project/fastcrud/">
<a href="https://pypi.org/project/mongotoy/">
<img src="https://img.shields.io/pypi/pyversions/mongotoy.svg?color=%2334D058" alt="Supported Python Versions"/>
</a>
</p>
Expand Down Expand Up @@ -170,3 +170,9 @@ Some content
///

:smile:

## Extras
See full documentation at:

<a href="https://gurcuff91.github.io/mongotoy/"><img src="https://github.com/gurcuff91/mongotoy/blob/master/docs/assets/mongotoy.png" alt="Mongotoy Logo" height="42" width="175"></a>

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mongotoy"
version = "0.1.0"
version = "0.1.1"
description = "Async ODM for MongoDB"
license = "Apache-2.0"
authors = ["gurcuff91 <[email protected]>"]
Expand Down

0 comments on commit 58086e5

Please sign in to comment.