Skip to content

Commit

Permalink
Merge pull request #209 from chemprop/increment_version_140
Browse files Browse the repository at this point in the history
Update version number for new release 1.4.0
  • Loading branch information
cjmcgill committed Oct 1, 2021
2 parents d0adea6 + 59f3705 commit c46e511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chemprop/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__all__ = ['__version__']

# major, minor, patch
version_info = 1, 3, 1
version_info = 1, 4, 0

# suffix
suffix = None
Expand Down
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.3.1'
release = '1.4.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit c46e511

Please sign in to comment.