From 3337ac52ea0452ae66863cb60207886ca50446ca Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 18 Oct 2018 00:02:15 +0300 Subject: [PATCH] Update readme and version to .dev2 --- README.md | 2 -- maubot/__meta__.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f042b8f..64bfe07 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # maubot A plugin-based [Matrix](https://matrix.org) bot system written in Python. -Work in progress. Please come back later. - ## Discussion Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net) diff --git a/maubot/__meta__.py b/maubot/__meta__.py index 9792e10..0f7d5e9 100644 --- a/maubot/__meta__.py +++ b/maubot/__meta__.py @@ -1 +1 @@ -__version__ = "0.1.0.dev1" +__version__ = "0.1.0.dev2"