Skip to content

Commit

Permalink
stable: v2.3.9
Browse files Browse the repository at this point in the history
> new username
  • Loading branch information
AshokShau committed Aug 29, 2024
1 parent 0a817d0 commit fd49cb4
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @Abishnoi69
* @AshokShau
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.idea
.env
venv
__pycache__
venv
Abg.egg-info
/dist
2 changes: 1 addition & 1 deletion Abg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .__version__ import __version__

__copyright__ = (
f"Copyright 2023 - {datetime.now().year} Abishnoi69 <github.com/Abishnoi69>"
f"Copyright 2023 - {datetime.now().year} AshokShau <github.com/AshokShau>"
)

log = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion Abg/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.9.b1"
__version__ = "2.3.9"
3 changes: 2 additions & 1 deletion Abg/helpers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Copyright (C) 2023 Abishnoi69. <https://github.com/Abishnoi69>
Copyright (C) 2023-2024 AshokShau. <https://github.com/AshokShau>
This file is part of Abg.
Abg is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Abg/helpers/emoji.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pyrogram - Telegram MTProto API Client Library for Python
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
#
# Copyright (C) 2023-2024 AshokShau. <https://github.com/AshokShau>
# This file is part of Pyrogram.
#
# Pyrogram is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Abishnoi69
Copyright (c) 2023-2024 AshokShau

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
python-dotenv~=1.0.1
cachetools~=5.4.0
pytz~=2024.1

# setuptools~=70.2.0
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
name="Abg",
version=about["__version__"],
author="Abishnoi (Ashok Bishnoi)",
author="AshokShau (Ashok Bishnoi)",
author_email="<[email protected]>",
description=DESCRIPTION,
long_description_content_type="text/markdown",
Expand All @@ -39,8 +39,8 @@
],
},
keywords="add-on bots telegram bot hydrogram pyrogram",
url="https://github.com/Abishnoi69/Abg",
download_url="https://github.com/Abishnoi69/Abg/releases/latest",
url="https://github.com/AshokShau/Abg",
download_url="https://github.com/AshokShau/Abg/releases/latest",
license="MIT",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand All @@ -64,9 +64,9 @@
"Topic :: Software Development :: Libraries :: Application Frameworks",
],
project_urls={
"Tracker": "https://github.com/Abishnoi69/Abg/issues",
"Tracker": "https://github.com/AshokShau/Abg/issues",
"Community": "https://t.me/Abgpy",
"Source": "https://github.com/Abishnoi69/Abg",
"Source": "https://github.com/AshokShau/Abg",
"Documentation": "https://abg.abishnoi.me/",
},
python_requires=">=3.8",
Expand Down

0 comments on commit fd49cb4

Please sign in to comment.