Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Jun 26, 2022
1 parent 6db8db9 commit 753e980
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 22.06

+ Periodic update.

## Version 22.05

+ Periodic update.
Expand Down
2 changes: 1 addition & 1 deletion pyslvs_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright (C) 2016-2022"
__license__ = "AGPL"
__email__ = "[email protected]"
__version__ = "22.05.0"
__version__ = "22.06.0"

from warnings import warn
from pyslvs import __version__ as __kernel_version__
Expand Down

0 comments on commit 753e980

Please sign in to comment.