summaryrefslogtreecommitdiff
path: root/chimere/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/__init__.py')
-rw-r--r--chimere/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/__init__.py b/chimere/__init__.py
index 450d4e5..2ef2100 100644
--- a/chimere/__init__.py
+++ b/chimere/__init__.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2012-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
-VERSION = (2, 0, 1)
+VERSION = (2, 0, 2)
def get_version():
return u'.'.join((unicode(num) for num in VERSION))