Skip to content

Commit 25119f8

Browse files
committed
ready to tag 1.4.2
1 parent fe10725 commit 25119f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.4.1"
3-
__version__ = "1.4.2" + "-dev"
2+
__version__ = "1.4.2"
3+
#__version__ = "1.4.3" + "-dev"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
# How mature is this project? Common values are
7878
# 3 - Alpha
7979
# 5 - Production/Stable
80-
#'Development Status :: 5 - Production/Stable',
81-
'Development Status :: 3 - Alpha',
80+
'Development Status :: 5 - Production/Stable',
81+
#'Development Status :: 3 - Alpha',
8282

8383
# Indicate who your project is intended for
8484
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)