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 b245269 commit dea4cf6Copy full SHA for dea4cf6
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.4" + "-dev"
9
-#VERSION = "1.4.3"
+#VERSION = "1.4.5" + "-dev"
+VERSION = "1.4.4"
10
11
requirements = [
12
"capstone>=4.0.1",
@@ -69,8 +69,8 @@
69
# How mature is this project? Common values are
70
# 3 - Alpha
71
# 5 - Production/Stable
72
- #'Development Status :: 5 - Production/Stable',
73
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
+ #'Development Status :: 3 - Alpha',
74
75
# Indicate who your project is intended for
76
'Intended Audience :: Developers',
0 commit comments