Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-s-barabash authored May 25, 2020
1 parent 5f37a7f commit dfc0018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zebratrace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 Maxim.S.Barabash <[email protected]>
# Copyright 2018-2020 Maxim.S.Barabash <[email protected]>
#
# 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
Expand All @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = '0.6.0'
__version__ = '0.7.0'
import sys
from .app import ZQApplication

Expand Down

0 comments on commit dfc0018

Please sign in to comment.