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 91a2ed1 commit 7512112Copy full SHA for 7512112
qiling/__version__.py
@@ -1,3 +1,3 @@
1
# NOTE: use "-dev" for dev branch
2
-__version__ = "1.4.2"
3
-#__version__ = "1.4.3" + "-dev"
+#__version__ = "1.4.3"
+__version__ = "1.4.3" + "-dev"
setup.py
@@ -77,8 +77,8 @@
77
# How mature is this project? Common values are
78
# 3 - Alpha
79
# 5 - Production/Stable
80
- 'Development Status :: 5 - Production/Stable',
81
- #'Development Status :: 3 - Alpha',
+ #'Development Status :: 5 - Production/Stable',
+ 'Development Status :: 3 - Alpha',
82
83
# Indicate who your project is intended for
84
'Intended Audience :: Developers',
0 commit comments