Skip to content

Commit

Permalink
version bumping 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Jul 9, 2023
1 parent 2252210 commit cfec675
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
=======

Release 0.10
-------------

* removing offer from SAO's respond() method.
* 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.

Release 0.9.8
-------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.8
0.10.0
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.9.8"
version = "0.10.0"
# The full version, including alpha/cost/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion negmas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Yasser Mohammad"""
__email__ = "yasserfarouk@gmail.com"
__version__ = "0.9.8"
__version__ = "0.10.0"


from .config import *
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[bumpversion]
current_version = 0.9.8
current_version = 0.10.0
delete_bookmark = True
commit = False
tag = False

[metadata]
name = negmas
version = 0.9.8
version = 0.10.0
author = Yasser Mohammad
author_email = yasserfarouk@gmail.com
description = NEGotiations Managed by Agent Simulations
Expand Down

0 comments on commit cfec675

Please sign in to comment.