diff --git a/README.md b/README.md index ef9a536..2182c39 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ optional arguments: ## Changes -* devel: +* v0.2.0: * Update nuqql-based to v0.3.0, switch to asyncio, require python version >= 3.7. * Add welcome and account adding help messages. diff --git a/nuqql_matrixd_nio/server.py b/nuqql_matrixd_nio/server.py index 2cf64c8..024e062 100644 --- a/nuqql_matrixd_nio/server.py +++ b/nuqql_matrixd_nio/server.py @@ -23,7 +23,7 @@ # matrixd version -VERSION = "0.1.0" +VERSION = "0.2.0" class BackendServer: