Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n committed Jun 28, 2022
1 parent fd23164 commit 9fa7b2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
version_string = f"V{version.replace('.', '_').replace('-', '_')}"
new_dir = f"src{os.sep}rustplus{os.sep}{version_string}"

os.mkdir(f"{os.path.dirname(os.path.realpath(__file__))}/src")
os.mkdir(f"{os.path.dirname(os.path.realpath(__file__))}/src/rustplus")
for path in ["src", "src/rustplus"]:
os.mkdir(f"{os.path.dirname(os.path.realpath(__file__))}/{path}")

# Loop through all the files
for file in os.listdir(f"rustplus"):
Expand Down
2 changes: 1 addition & 1 deletion rustplus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

__name__ = "rustplus"
__author__ = "olijeffers0n"
__version__ = "5.3.23"
__version__ = "5.3.24"
__support__ = "Discord: https://discord.gg/nQqJe8qvP8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main() -> None:
"Pillow",
"protobuf==4.21.1",
"asyncio",
"rustPlusPushReceiver==0.4.0",
"rustPlusPushReceiver==0.4.1",
"http-ece",
"requests"
],
Expand Down

0 comments on commit 9fa7b2f

Please sign in to comment.