Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericNerd committed Apr 23, 2022
1 parent a2fe5d6 commit f11fe7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Python library to wrap the Revolt API, made to be easy-to-use but powerful and
</div>
<div align="center">

[![Version](https://img.shields.io/badge/version-0.2.1--dev-red)](https://img.shields.io/badge/version-0.2.1--dev-red) [![Stability](https://img.shields.io/badge/stability-Use%20if%20experienced-important)](https://img.shields.io/badge/stability-Use%20if%20experienced-important)
[![Version](https://img.shields.io/badge/version-0.2.2--dev-red)](https://img.shields.io/badge/version-0.2.2--dev-red) [![Stability](https://img.shields.io/badge/stability-Use%20if%20experienced-important)](https://img.shields.io/badge/stability-Use%20if%20experienced-important)
</div>

## Installing pyrevolt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
from pathlib import Path

version: str = "0.2.1-dev"
version: str = "0.2.2-dev"
readme: str = (Path(__file__).parent / "README.md").read_text()
requirements: list = (Path(__file__).parent / "requirements.txt").read_text().splitlines()

Expand Down

0 comments on commit f11fe7f

Please sign in to comment.