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 091d8e0 commit 53c7d58Copy full SHA for 53c7d58
qiling/__version__.py
@@ -1,2 +1,2 @@
1
# NOTE: use "-dev" for dev branch
2
-__version__ = "1.2.3" + "-dev"
+__version__ = "1.2.3"
setup.py
@@ -46,7 +46,7 @@
46
# How mature is this project? Common values are
47
# 3 - Alpha
48
# 5 - Production/Stable
49
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
50
51
# Indicate who your project is intended for
52
'Intended Audience :: Developers',
0 commit comments