Skip to content

Commit bdca4bc

Browse files
committed
[Chore] Bump version to 1.6.1
1 parent a964ba8 commit bdca4bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

job_shop_lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from job_shop_lib._base_solver import BaseSolver, Solver
2020

2121

22-
__version__ = "1.6.0"
22+
__version__ = "1.6.1"
2323

2424
__all__ = [
2525
"Operation",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "job-shop-lib"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "An easy-to-use and modular Python library for the Job Shop Scheduling Problem (JSSP)"
55
authors = ["Pabloo22 <pablete.arino@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)