Skip to content

Commit

Permalink
Increase patch number to 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed May 19, 2023
1 parent 55ae49a commit b18d8ac
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~=3.2.0'
'pyarmor.cli.core~=3.2.1'
],

entry_points={
Expand Down
2 changes: 1 addition & 1 deletion src/cli/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Pyarmor version
major = 8
minor = 2
patch = 0
patch = 1

;; Core version
cli.core = 3.2
Expand Down
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from sys import platform

version = '8.2.0'
version = '8.2.1'

# The corresponding version of pytransform.so
core_version = 'r52.6'
Expand Down

0 comments on commit b18d8ac

Please sign in to comment.