diff --git a/cdr_stats/cdr_stats/__init__.py b/cdr_stats/cdr_stats/__init__.py index 22c226292..be2bcf619 100644 --- a/cdr_stats/cdr_stats/__init__.py +++ b/cdr_stats/cdr_stats/__init__.py @@ -16,7 +16,7 @@ # :copyright: (c) 2011-2015 by Arezqui Belaid. # :license: MPL 2.0, see COPYING for more details. -VERSION = '3.0.3' +VERSION = '3.0.4' __version__ = VERSION __author__ = "Arezqui Belaid"