Skip to content

Commit f007491

Browse files
authored
Merge pull request #630 from qilingframework/dev
version update
2 parents 0c2178f + 0b2144b commit f007491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qiling/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.1" + "-dev"
1+
__version__ = "1.2.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# 3 - Alpha
4848
# 4 - Beta
4949
# 5 - Production/Stable
50-
'Development Status :: 3 - Alpha',
50+
'Development Status :: 5 - Production/Stable',
5151

5252
# Indicate who your project is intended for
5353
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)