Skip to content

Commit

Permalink
ready for 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xwings committed Dec 31, 2022
1 parent 7463363 commit 2a34d54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/rootfs
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from setuptools import setup, find_packages

# NOTE: use "-dev" for dev branch
VERSION = "1.4.5" + "-dev"
#VERSION = "1.4.4"
#VERSION = "1.4.6" + "-dev"
VERSION = "1.4.5"

requirements = [
"capstone>=4.0.1",
Expand Down Expand Up @@ -72,8 +72,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 2a34d54

Please sign in to comment.