Skip to content

Commit b8bf324

Browse files
committed
v0.9.6
1 parent af88017 commit b8bf324

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.5
1+
0.9.6

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
# the built documents.
9797
#
9898
# The short X.Y version.
99-
version = "0.9.5"
99+
version = "0.9.6"
100100
# The full version, including alpha/cost/rc tags.
101101
release = version
102102

negmas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Yasser Mohammad"""
66
__email__ = "yasserfarouk@gmail.com"
7-
__version__ = "0.9.5"
7+
__version__ = "0.9.6"
88

99

1010
from .config import *

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.5
2+
current_version = 0.9.6
33
delete_bookmark = True
44
commit = False
55
tag = False

0 commit comments

Comments
 (0)