Skip to content

Commit

Permalink
[version] bump to 3.0.0.dev9
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Nov 7, 2023
1 parent d93b93d commit 23865f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = "3.0.0.dev8"
__version__ = "3.0.0.dev9"
VERSION = __version__
2 changes: 1 addition & 1 deletion oar/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
API_VERSION = "3.0.0.dev8"
API_VERSION = "3.0.0.dev9"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oar"
version = "3.0.0.dev8"
version = "3.0.0.dev9"
description = "OAR: Versatile Resource and Job Manager"
authors = ["Olivier Richard", "Adrien Faure", "Salem Harrache"]
license = "GPL-2.0-or-later"
Expand Down

0 comments on commit 23865f4

Please sign in to comment.