Skip to content

Commit 84a57f7

Browse files
chore: release v2.0.106+amn9
1 parent e2b40ce commit 84a57f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ If you'd like to support Pyrogram, you can consider:
6666

6767
#### From git (recommended)
6868
```sh
69-
pip install 'pyrogram @ git+https://github.com/AmanoTeam/pyrogram.git@v2.0.106+amn8'
69+
pip install 'pyrogram @ git+https://github.com/AmanoTeam/pyrogram.git@v2.0.106+amn9'
7070
```
7171
#### From tag tarball
7272
```sh
73-
pip install 'pyrogram @ https://github.com/AmanoTeam/pyrogram/archive/refs/tags/v2.0.106+amn8.tar.gz'
73+
pip install 'pyrogram @ https://github.com/AmanoTeam/pyrogram/archive/refs/tags/v2.0.106+amn9.tar.gz'
7474
```
7575

7676
### Resources

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>
1818

19-
__version__ = "2.0.106+amn8"
19+
__version__ = "2.0.106+amn9"
2020
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
2121
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
2222

0 commit comments

Comments
 (0)