diff --git a/src/zebratrace/__init__.py b/src/zebratrace/__init__.py index ad04f60..22a62b0 100644 --- a/src/zebratrace/__init__.py +++ b/src/zebratrace/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Maxim.S.Barabash +# Copyright 2018-2020 Maxim.S.Barabash # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '0.6.0' +__version__ = '0.7.0' import sys from .app import ZQApplication