Skip to content

Commit

Permalink
[Docs] Update version numbers in README, documentation, and pyproject…
Browse files Browse the repository at this point in the history
….toml to 1.0.0-alpha.4
  • Loading branch information
Pabloo22 committed Oct 21, 2024
1 parent 6291fdd commit 67f41b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ JobShopLib is a Python package for creating, solving, and visualizing Job Shop S

It follows a modular design, allowing users to easily extend the library with new solvers, dispatching rules, visualization functions, etc.

See the [documentation](https://job-shop-lib.readthedocs.io/en/latest/) for more details about the latest version (1.0.0a2).
See the [documentation](https://job-shop-lib.readthedocs.io/en/latest/) for more details about the latest version.

## Installation :package:

Expand All @@ -36,7 +36,7 @@ See [this](https://colab.research.google.com/drive/1XV_Rvq1F2ns6DFG8uNj66q_rcoww
Version 1.0.0 is currently in alpha stage and can be installed with:

```bash
pip install job-shop-lib==1.0.0a3
pip install job-shop-lib==1.0.0a4
```

Although this version is not stable and may contain breaking changes in subsequent releases, it is recommended to install it to access the new reinforcement learning environments and familiarize yourself with new changes (see the [latest pull requests](https://github.com/Pabloo22/job_shop_lib/pulls?q=is%3Apr+is%3Aclosed)). This version is the first one with a [documentation page](https://job-shop-lib.readthedocs.io/en/latest/).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Welcome to JobShopLib's documentation!
======================================

**Version:** 1.0.0-a.3
**Version:** 1.0.0-a.4


JobShopLib is a Python package for creating, solving, and visualizing
Expand Down
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 = "job-shop-lib"
version = "1.0.0-alpha.3"
version = "1.0.0-alpha.4"
description = "An easy-to-use and modular Python library for the Job Shop Scheduling Problem (JSSP)"
authors = ["Pabloo22 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 67f41b1

Please sign in to comment.