Skip to content

Commit

Permalink
Bump version: 1.5.1 → 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmcgill committed Jul 20, 2022
1 parent 359e660 commit 442a160
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.1
current_version = 1.5.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion chemprop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
import chemprop.spectra_utils
import chemprop.hyperopt_utils

__version__ = "1.5.1"
__version__ = "1.5.2"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Kyle Swanson, Kevin Yang, Wengong Jin, Lior Hirschfeld, Allison Tam'

# The full version, including alpha/beta/rc tags
release = '1.5.1'
release = '1.5.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[metadata]
description-file = README.md
version = 1.5.1
version = 1.5.2
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "1.5.1"
__version__ = "1.5.2"

# Load README
with open('README.md', encoding='utf-8') as f:
Expand Down Expand Up @@ -44,10 +44,10 @@
'pandas>=1.0.3',
'pandas-flavor>=0.2.0',
'scikit-learn>=0.22.2.post1',
'scipy>=1.5.1',
'scipy>=1.5.2',
'sphinx>=3.1.2',
'tensorboardX>=2.0',
'torch>=1.5.1',
'torch>=1.5.2',
'tqdm>=4.45.0',
'typed-argument-parser>=1.6.1'
],
Expand Down

0 comments on commit 442a160

Please sign in to comment.