postgresdb3 0.2.2__tar.gz → 0.2.3__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.4
2
2
  Name: postgresdb3
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Python uchun oddiy PostgreSQL wrapper
5
5
  Home-page: https://github.com/AlijonovUz/PostgresDB
6
6
  Author: Abdulbosit Alijonov
@@ -31,7 +31,7 @@ Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
31
31
  ## O'rnatish
32
32
 
33
33
  ``` bash
34
- pip install postgresdb3
34
+ pip install postgresdb3
35
35
  ```
36
36
 
37
37
  ## Foydalanish (Sync)
@@ -9,7 +9,7 @@ Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
9
9
  ## O'rnatish
10
10
 
11
11
  ``` bash
12
- pip install postgresdb3
12
+ pip install postgresdb3
13
13
  ```
14
14
 
15
15
  ## Foydalanish (Sync)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: postgresdb3
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Python uchun oddiy PostgreSQL wrapper
5
5
  Home-page: https://github.com/AlijonovUz/PostgresDB
6
6
  Author: Abdulbosit Alijonov
@@ -31,7 +31,7 @@ Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
31
31
  ## O'rnatish
32
32
 
33
33
  ``` bash
34
- pip install postgresdb3
34
+ pip install postgresdb3
35
35
  ```
36
36
 
37
37
  ## Foydalanish (Sync)
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="postgresdb3",
8
- version="0.2.2",
8
+ version="0.2.3",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  "psycopg2>=2.9",
File without changes
File without changes