pyrobale 0.0.1__tar.gz → 0.2.1__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: pyrobale
3
- Version: 0.0.1
3
+ Version: 0.2.1
4
4
  Summary: A python wrapper for bale api
5
5
  Author-email: Ali Safamanesh <darg.q.a.a@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -714,7 +714,7 @@ A Python wrapper for the Bale Bot API that makes it easy to build Bale bots.
714
714
  ## Installation
715
715
 
716
716
 
717
- pip install git+https://github.com/yourusername/bale-bot-python.git
717
+ pip install pyrobale
718
718
 
719
719
 
720
720
  ## Quick Start
@@ -28,7 +28,7 @@ A Python wrapper for the Bale Bot API that makes it easy to build Bale bots.
28
28
  ## Installation
29
29
 
30
30
 
31
- pip install git+https://github.com/yourusername/bale-bot-python.git
31
+ pip install pyrobale
32
32
 
33
33
 
34
34
  ## Quick Start
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pyrobale"
3
- version = "0.0.1"
3
+ version = "0.2.1"
4
4
  authors = [
5
5
  { name = "Ali Safamanesh", email = "darg.q.a.a@gmail.com" },
6
6
  ]
@@ -5,7 +5,7 @@ import sqlite3
5
5
  import inspect
6
6
  import asyncio
7
7
 
8
- __version__ = '0.1.0'
8
+ __version__ = '0.2.1'
9
9
 
10
10
  class DataBase:
11
11
  def __init__(self, name):
File without changes