Skip to content

Commit

Permalink
change core version to 7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Nov 10, 2024
1 parent d0e1139 commit 4b0967e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},

install_requires=[
'pyarmor.cli.core~=7.6.1'
'pyarmor.cli.core~=7.6.2'
],

entry_points={
Expand Down
2 changes: 1 addition & 1 deletion src/cli/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# @Create Date: Thu Jan 12 17:29:25 CST 2023
#

__VERSION__ = '7.6.1'
__VERSION__ = '7.6.2'

PLATFORM_NAMES = (
'windows.x86_64', 'windows.x86', 'cygwin.x86_64',
Expand Down
2 changes: 1 addition & 1 deletion src/cli/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minor = 0
patch = 5

;; Compatible core version
cli.core = 7.6.1
cli.core = 7.6.2

;; Deprecated since Pyarmor 8.2.5
; cli.runtime = 3.2.5
Expand Down

0 comments on commit 4b0967e

Please sign in to comment.