Skip to content

Commit 60f46a3

Browse files
committed
Bump version to 0.5.0
1 parent 7a95a71 commit 60f46a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include README.rst
2+
include LICENSE
3+
include requirements.txt
4+
include optional-requirements.txt

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.0rc4"
1+
__version__ = "0.5.0"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = ["api", "appservice", "bridge", "client", "errors", "util", "types"]

0 commit comments

Comments
 (0)