We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d9528 commit f9a2b8eCopy full SHA for f9a2b8e
setup.py
@@ -5,7 +5,8 @@
5
from setuptools import setup, find_packages
6
7
# NOTE: use "-dev" for dev branch
8
-VERSION = "1.4.3" + "-dev"
+#VERSION = "1.4.3" + "-dev"
9
+VERSION = "1.4.3"
10
11
requirements = [
12
"capstone>=4.0.1",
@@ -65,8 +66,8 @@
65
66
# How mature is this project? Common values are
67
# 3 - Alpha
68
# 5 - Production/Stable
- #'Development Status :: 5 - Production/Stable',
69
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
70
+ #'Development Status :: 3 - Alpha',
71
72
# Indicate who your project is intended for
73
'Intended Audience :: Developers',
0 commit comments