Skip to content

Commit

Permalink
get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
xwings committed Jun 1, 2022
1 parent 85d9528 commit f9a2b8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from setuptools import setup, find_packages

# NOTE: use "-dev" for dev branch
VERSION = "1.4.3" + "-dev"
#VERSION = "1.4.3" + "-dev"
VERSION = "1.4.3"

requirements = [
"capstone>=4.0.1",
Expand Down Expand Up @@ -65,8 +66,8 @@
# How mature is this project? Common values are
# 3 - Alpha
# 5 - Production/Stable
#'Development Status :: 5 - Production/Stable',
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
#'Development Status :: 3 - Alpha',

# Indicate who your project is intended for
'Intended Audience :: Developers',
Expand Down

0 comments on commit f9a2b8e

Please sign in to comment.