Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 11, 2024
1 parent 0ee21c4 commit e59a960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r2ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .models import models, mainmodels
sys.modules["r2ai"].models = models
sys.modules["r2ai"].mainmodels = mainmodels
VERSION = "0.5.0"
VERSION = "0.6.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='r2ai',
version='0.5.0',
version='0.6.0',
packages=[
'r2ai',
],
Expand Down

0 comments on commit e59a960

Please # to comment.