Skip to content

Commit 7512112

Browse files
committed
working on 1.4.3-dev
1 parent 91a2ed1 commit 7512112

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.4.2"
3-
#__version__ = "1.4.3" + "-dev"
2+
#__version__ = "1.4.3"
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)