Skip to content

Commit f9a2b8e

Browse files
committed
get ready for release
1 parent 85d9528 commit f9a2b8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from setuptools import setup, find_packages
66

77
# NOTE: use "-dev" for dev branch
8-
VERSION = "1.4.3" + "-dev"
8+
#VERSION = "1.4.3" + "-dev"
9+
VERSION = "1.4.3"
910

1011
requirements = [
1112
"capstone>=4.0.1",
@@ -65,8 +66,8 @@
6566
# How mature is this project? Common values are
6667
# 3 - Alpha
6768
# 5 - Production/Stable
68-
#'Development Status :: 5 - Production/Stable',
69-
'Development Status :: 3 - Alpha',
69+
'Development Status :: 5 - Production/Stable',
70+
#'Development Status :: 3 - Alpha',
7071

7172
# Indicate who your project is intended for
7273
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)