Skip to content

Commit

Permalink
Push version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SGenheden committed Dec 18, 2020
1 parent 21f24bd commit 3a7643c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Version 2.2.1 - 2020-12-18

### Bugfixes

- Include templates for producing routes in package

## Version 2.2.0 - 2020-12-14 (2020-11-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if you have GPU and CUDA libraries enabled on your machine, you can install the
* Secondly, install the ``aizynthfinder`` package

```
python -m pip install https://github.com/MolecularAI/aizynthfinder/archive/v2.2.0.tar.gz
python -m pip install https://github.com/MolecularAI/aizynthfinder/archive/v2.2.1.tar.gz
```

if you want to install the latest version
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setup(
name="aizynthfinder",
version="2.2.0",
version="2.2.1",
description="Retrosynthetic route finding using neural network guided Monte-Carlo tree search.",
author="Molecular AI group",
author_email="samuel.genheden@astrazeneca.com",
license="MIT",
packages=find_packages(exclude=("tests",)),
install_requires=requirements,
package_data={"aizynthfinder": ["data/*.yml","data/templates/*"]},
package_data={"aizynthfinder": ["data/*.yml", "data/templates/*"]},
entry_points={
"console_scripts": [
"aizynthapp = aizynthfinder.interfaces.aizynthapp:main",
Expand Down

0 comments on commit 3a7643c

Please sign in to comment.