We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06ecef commit a838ec7Copy full SHA for a838ec7
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 22.07
4
+
5
++ Periodic update.
6
7
## Version 22.06
8
9
+ Periodic update.
pyslvs_ui/__init__.py
@@ -2,11 +2,11 @@
"""Pyslvs-UI module."""
+__version__ = "22.07.0"
__author__ = "Yuan Chang"
__copyright__ = "Copyright (C) 2016-2022"
__license__ = "AGPL"
__email__ = "pyslvs@gmail.com"
-__version__ = "22.06.0"
10
11
from warnings import warn
12
from pyslvs import __version__ as __kernel_version__
0 commit comments