Skip to content

Commit cfec675

Browse files
committed
version bumping 0.10.0
1 parent 2252210 commit cfec675

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
=======
33

4+
Release 0.10
5+
-------------
6+
7+
* removing offer from SAO's respond() method.
8+
* allowing users to step worlds from the point of view of a set of agents ignoring simulation step boundaries and passing external actions if needed. See World.step() for details.
9+
410
Release 0.9.8
511
-------------
612

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.8
1+
0.10.0

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.8"
99+
version = "0.10.0"
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.8"
7+
__version__ = "0.10.0"
88

99

1010
from .config import *

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[bumpversion]
2-
current_version = 0.9.8
2+
current_version = 0.10.0
33
delete_bookmark = True
44
commit = False
55
tag = False
66

77
[metadata]
88
name = negmas
9-
version = 0.9.8
9+
version = 0.10.0
1010
author = Yasser Mohammad
1111
author_email = yasserfarouk@gmail.com
1212
description = NEGotiations Managed by Agent Simulations

0 commit comments

Comments
 (0)