From 25988b9a28421324ea005ba86549549f973ddebe Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Sat, 7 Jan 2023 22:48:10 +0100 Subject: [PATCH] Bump version to 0.10.0 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e75f9dc..ed397d3 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Project updates -* ***Update May 27, 2020***: Version 0.9.7 is released, and should work well - with Python 3.8 and Luigi 2.8. Please [report any issues](https://github.com/pharmbio/sciluigi)! +* ***Update Jan 7, 2023***: Version 0.10.0 is released, and should work well at least with + with Python 3.9 and Luigi 3.1.1. Please [report any issues](https://github.com/pharmbio/sciluigi)! * ***A paper with the motivation and design decisions behind SciLuigi [now available](http://dx.doi.org/10.1186/s13321-016-0179-6)*** * If you use SciLuigi in your research, please cite it like this:
Lampa S, Alvarsson J, Spjuth O. Towards agile large-scale predictive modelling in drug discovery with flow-based programming design principles. *J Cheminform*. 2016. doi:[10.1186/s13321-016-0179-6](http://dx.doi.org/10.1186/s13321-016-0179-6). diff --git a/setup.py b/setup.py index 1482e9c..8240368 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='sciluigi', - version='0.9.7', + version='0.10.0', description='Helper library for writing dynamic, flexible workflows in luigi', long_description=long_description, author='Samuel Lampa',