From 78d5fe8d5a9a6b2c77dbb39cc9752fd8a0d1ea6c Mon Sep 17 00:00:00 2001 From: hoaphumanoid Date: Sun, 7 Feb 2016 11:22:09 +0100 Subject: [PATCH] changed to version 2.2 --- sciblog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sciblog/__init__.py b/sciblog/__init__.py index df76683..38184b3 100644 --- a/sciblog/__init__.py +++ b/sciblog/__init__.py @@ -1,6 +1,6 @@ __title__ = 'Sciblog - A blog designed like a scientific Latex paper' -__version__ = '2.1' +__version__ = '2.2' __author__ = 'Miguel Gonzalez-Fierro' __license__ = 'MIT license' __copyright__ = 'Copyright 2015-2016 Miguel Gonzalez-Fierro'