Skip to content

Commit dea4cf6

Browse files
authored
Update setup.py
1 parent b245269 commit dea4cf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

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

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

1111
requirements = [
1212
"capstone>=4.0.1",
@@ -69,8 +69,8 @@
6969
# How mature is this project? Common values are
7070
# 3 - Alpha
7171
# 5 - Production/Stable
72-
#'Development Status :: 5 - Production/Stable',
73-
'Development Status :: 3 - Alpha',
72+
'Development Status :: 5 - Production/Stable',
73+
#'Development Status :: 3 - Alpha',
7474

7575
# Indicate who your project is intended for
7676
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)