pyarmor.cli.core 7.6.7__tar.gz → 7.6.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyarmor.cli.core
3
- Version: 7.6.7
3
+ Version: 7.6.8
4
4
  Summary: Provide extension module pytransform3 for Pyarmor
5
5
  Home-page: https://github.com/dashingsoft/pyarmor
6
6
  Author: Jondy Zhao
@@ -20,7 +20,7 @@
20
20
  # @Create Date: Thu Jan 12 17:29:25 CST 2023
21
21
  #
22
22
 
23
- __VERSION__ = '7.6.7'
23
+ __VERSION__ = '7.6.8'
24
24
 
25
25
  PLATFORM_NAMES = (
26
26
  'windows.x86_64', 'windows.x86', 'cygwin.x86_64',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyarmor.cli.core
3
- Version: 7.6.7
3
+ Version: 7.6.8
4
4
  Summary: Provide extension module pytransform3 for Pyarmor
5
5
  Home-page: https://github.com/dashingsoft/pyarmor
6
6
  Author: Jondy Zhao
@@ -1,7 +1,7 @@
1
1
  import sys
2
2
  from setuptools import setup
3
3
 
4
- __VERSION__ = '7.6.7'
4
+ __VERSION__ = '7.6.8'
5
5
 
6
6
  with open('README.rst') as f:
7
7
  long_description = f.read()