Skip to content

Commit 4b09e55

Browse files
committed
1.3.0
1 parent 750988e commit 4b09e55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

qiling/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# NOTE: use "-dev" for dev branch
2-
__version__ = "1.2.5" + "-dev"
3-
#__version__ = "1.2.5"
2+
#__version__ = "1.3.1" + "-dev"
3+
__version__ = "1.3.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
# How mature is this project? Common values are
6767
# 3 - Alpha
6868
# 5 - Production/Stable
69-
#'Development Status :: 5 - Production/Stable',
70-
'Development Status :: 3 - Alpha',
69+
'Development Status :: 5 - Production/Stable',
70+
#'Development Status :: 3 - Alpha',
7171

7272
# Indicate who your project is intended for
7373
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)