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 50d42a4 commit 9a78d18Copy full SHA for 9a78d18
setup.py
@@ -5,8 +5,8 @@
5
from setuptools import setup, find_packages
6
7
# NOTE: use "-dev" for dev branch
8
-#VERSION = "1.4.7" + "-dev"
9
-VERSION = "1.4.6"
+VERSION = "1.4.7" + "-dev"
+#VERSION = "1.4.6"
10
11
requirements = [
12
"capstone>=4.0.1",
@@ -72,8 +72,8 @@
72
# How mature is this project? Common values are
73
# 3 - Alpha
74
# 5 - Production/Stable
75
- 'Development Status :: 5 - Production/Stable',
76
- #'Development Status :: 3 - Alpha',
+ #'Development Status :: 5 - Production/Stable',
+ 'Development Status :: 3 - Alpha',
77
78
# Indicate who your project is intended for
79
'Intended Audience :: Developers',
0 commit comments