Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Jan 28, 2022
1 parent 10f79ac commit d7fbfc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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__ = "21.12.0"
__version__ = "22.01.0"

from warnings import warn
from pyslvs import __version__ as __kernel_version__
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_requires =
lark-parser
pyyaml
qrcode
pyslvs==21.11
pyslvs>=22.01

[options.extras_require]
slvs = python-solvespace
Expand Down

0 comments on commit d7fbfc1

Please sign in to comment.