Skip to content

Commit 03f274b

Browse files
committed
prepare release 0.9.2
1 parent c240ab9 commit 03f274b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ User-end documentation available at https://processscheduler.readthedocs.io/
2828
* first-order-logic operations (not, or, xor, and, implies, if/then/else) between task or resource constraints,
2929
* builtin and customized indicators (resource utilization, resource cost),
3030
* single and multiobjective optimization (makespan, flowtime, earliest, latest, resource cost, etc.),
31-
* exporters: smtlib2.0, json
31+
* exporters: excel, smtlib2.0, json
3232
* Gantt chart rendering using matplotlib or plotly
3333

3434
## Install

processscheduler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License along with
1414
# this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__VERSION__ = "0.9.1"
16+
__VERSION__ = "0.9.2"
1717

1818
try:
1919
import z3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="ProcessScheduler",
24-
version="0.9.1",
24+
version="0.9.2",
2525
description=DESCRIPTION,
2626
long_description=open("README.md").read(),
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)