From 367091efea42f1e60ea60cc3713852e35d5aed16 Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Sat, 21 Dec 2019 20:22:30 +0100 Subject: [PATCH] bump version number Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com> --- README.md | 2 +- nuqql_matrixd/server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0412ea3..0affe7d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ optional arguments: ## Changes -* devel: +* v0.3: * Use nuqql-based as dependency and adapt to nuqql-based changes * Add setup.py for installation and package distribution * Add python type annotations diff --git a/nuqql_matrixd/server.py b/nuqql_matrixd/server.py index ce2a527..d964f55 100644 --- a/nuqql_matrixd/server.py +++ b/nuqql_matrixd/server.py @@ -22,7 +22,7 @@ # matrixd version -VERSION = "0.2" +VERSION = "0.3" class BackendServer: