Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Version increase
Browse files Browse the repository at this point in the history
	modified:   Cargo.toml
	modified:   pyproject.toml
	modified:   setup.py
  • Loading branch information
vicky5124 committed Dec 11, 2021
1 parent 328623f commit 5d5242c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "lavasnek_rs"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
edition = "2018"
authors = ["vicky5124 <vickyf5124@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lavasnek_rs"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
description = "A lavalink-rs wrapper for any python async library"
authors = ["vicky5124 <vickyf5124@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="lavasnek_rs",
author="vicky5124 <vickyf5124@gmail.com>",
version="0.1.0-alpha.2",
version="0.1.0-alpha.3",
description="A lavalink-rs wrapper for any python async library",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5d5242c

Please sign in to comment.