We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a964ba8 commit bdca4bcCopy full SHA for bdca4bc
job_shop_lib/__init__.py
@@ -19,7 +19,7 @@
19
from job_shop_lib._base_solver import BaseSolver, Solver
20
21
22
-__version__ = "1.6.0"
+__version__ = "1.6.1"
23
24
__all__ = [
25
"Operation",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "job-shop-lib"
3
-version = "1.6.0"
+version = "1.6.1"
4
description = "An easy-to-use and modular Python library for the Job Shop Scheduling Problem (JSSP)"
5
authors = ["Pabloo22 <pablete.arino@gmail.com>"]
6
license = "MIT"
0 commit comments