Skip to content

Commit a838ec7

Browse files
committed
Bump version.
1 parent b06ecef commit a838ec7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 22.07
4+
5+
+ Periodic update.
6+
37
## Version 22.06
48

59
+ Periodic update.

pyslvs_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
"""Pyslvs-UI module."""
44

5+
__version__ = "22.07.0"
56
__author__ = "Yuan Chang"
67
__copyright__ = "Copyright (C) 2016-2022"
78
__license__ = "AGPL"
89
__email__ = "pyslvs@gmail.com"
9-
__version__ = "22.06.0"
1010

1111
from warnings import warn
1212
from pyslvs import __version__ as __kernel_version__

0 commit comments

Comments
 (0)