Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 96b120e

Browse files
author
krazykirby99999
committed
chore: 🔖 Bump version to 2.2.0
Version number has been updated to 2.2.0 in poetry config, readme, and sphinx config.
1 parent 5fff9d0 commit 96b120e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple-Matrix-Bot-Lib
2-
(Version 2.1.0)
2+
(Version 2.2.0)
33

44
Simple-Matrix-Bot-Lib is a Python bot library for the Matrix ecosystem built on [matrix-nio](https://github.com/poljar/matrix-nio).
55

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'KrazyKirby99999'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.1.0'
25+
release = '2.2.0'
2626

2727
# -- General configuration ---------------------------------------------------
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "simplematrixbotlib"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "An easy to use bot library for the Matrix ecosystem written in Python."
55
authors = ["krazykirby99999 <krazykirby99999@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)