Skip to content

Commit

Permalink
bump version 0.5.2 -> 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Apr 18, 2021
1 parent 2e01877 commit fcf6f93
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions navis/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
__version__ = "0.5.2"
__version_vector__ = (0, 5, 2)
# This script is part of navis (http://www.github.com/schlegelp/navis).
# Copyright (C) 2018 Philipp Schlegel
#
# 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
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.

__version__ = "0.5.3"
__version_vector__ = (0, 5, 3)

0 comments on commit fcf6f93

Please sign in to comment.