Skip to content

Commit 79c2ded

Browse files
committed
get ready for 1.4
1 parent ef8c9e3 commit 79c2ded

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.3.1" + "-dev"
3-
#__version__ = "1.3.0"
2+
#__version__ = "1.4.1" + "-dev"
3+
__version__ = "1.4.0"

setup.py

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

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

0 commit comments

Comments
 (0)