We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af88017 commit b8bf324Copy full SHA for b8bf324
VERSION
@@ -1 +1 @@
1
-0.9.5
+0.9.6
docs/conf.py
@@ -96,7 +96,7 @@
96
# the built documents.
97
#
98
# The short X.Y version.
99
-version = "0.9.5"
+version = "0.9.6"
100
# The full version, including alpha/cost/rc tags.
101
release = version
102
negmas/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = """Yasser Mohammad"""
6
__email__ = "yasserfarouk@gmail.com"
7
-__version__ = "0.9.5"
+__version__ = "0.9.6"
8
9
10
from .config import *
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.9.5
+current_version = 0.9.6
3
delete_bookmark = True
commit = False
tag = False
0 commit comments