Skip to content

Commit 2a34d54

Browse files
committed
ready for 1.4.5
1 parent 7463363 commit 2a34d54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/rootfs

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.5" + "-dev"
9-
#VERSION = "1.4.4"
8+
#VERSION = "1.4.6" + "-dev"
9+
VERSION = "1.4.5"
1010

1111
requirements = [
1212
"capstone>=4.0.1",
@@ -72,8 +72,8 @@
7272
# How mature is this project? Common values are
7373
# 3 - Alpha
7474
# 5 - Production/Stable
75-
#'Development Status :: 5 - Production/Stable',
76-
'Development Status :: 3 - Alpha',
75+
'Development Status :: 5 - Production/Stable',
76+
#'Development Status :: 3 - Alpha',
7777

7878
# Indicate who your project is intended for
7979
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)