Skip to content

Commit

Permalink
Bump version: 1.4.1 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmcgill committed Apr 30, 2022
1 parent adfdd30 commit 5627204
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.4.1
current_version = 1.5.0
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 @@ -19,4 +19,4 @@

# from chemprop._version import __version__

__version__ = "1.4.1"
__version__ = "1.5.0"
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.4.1'
release = '1.5.0'


# -- 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.4.1
version = 1.5.0
4 changes: 2 additions & 2 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.4.1"
__version__ = "1.5.0"

# Load README
with open('README.md', encoding='utf-8') as f:
Expand Down Expand Up @@ -44,7 +44,7 @@
'pandas>=1.0.3',
'pandas-flavor>=0.2.0',
'scikit-learn>=0.22.2.post1',
'scipy>=1.4.1',
'scipy>=1.5.0',
'sphinx>=3.1.2',
'tensorboardX>=2.0',
'torch>=1.5.1',
Expand Down

0 comments on commit 5627204

Please sign in to comment.