django-ninja-aio-crud 0.1.0__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: django-ninja-aio-crud
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Django Ninja AIO CRUD - Rest Framework
5
5
  Author: Giuseppe Casillo
6
6
  Requires-Python: >=3.10
@@ -51,9 +51,9 @@ python -m venv .venv
51
51
  . .venv/Scripts/activate
52
52
  ```
53
53
 
54
- ### 📥 Install requirements
54
+ ### 📥 Install package
55
55
  ```bash
56
- pip install django-ninja-aio
56
+ pip install django-ninja-aio-crud
57
57
  ```
58
58
 
59
59
  ## 🚀 Usage
@@ -22,9 +22,9 @@ python -m venv .venv
22
22
  . .venv/Scripts/activate
23
23
  ```
24
24
 
25
- ### 📥 Install requirements
25
+ ### 📥 Install package
26
26
  ```bash
27
- pip install django-ninja-aio
27
+ pip install django-ninja-aio-crud
28
28
  ```
29
29
 
30
30
  ## 🚀 Usage
@@ -1,3 +1,3 @@
1
1
  """ Django Ninja AIO CRUD - Rest Framework """
2
2
 
3
- __version__ = "0.1.0"
3
+ __version__ = "0.1.2"