Skip to content

Commit

Permalink
Bump version: 1.7.0 → 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingreenman committed Apr 12, 2024
1 parent 97c03cb commit 02c7602
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.7.0
current_version = 1.7.1
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.7.0"
__version__ = "1.7.1"
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 = 'The Chemprop Development Team'

# The full version, including alpha/beta/rc tags
release = '1.7.0'
release = '1.7.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = chemprop
version = 1.7.0
version = 1.7.1
author = The Chemprop Development Team (see LICENSE.txt)
author_email = [email protected]
license = MIT
Expand All @@ -12,7 +12,7 @@ keywords =
message passing neural network
graph neural network
url = https://github.com/chemprop/chemprop
download_url = https://github.com/chemprop/chemprop/v_1.7.0.tar.gz
download_url = https://github.com/chemprop/chemprop/v_1.7.1.tar.gz
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "1.7.0"
__version__ = "1.7.1"

# Load README
with open("README.md", encoding="utf-8") as f:
Expand Down

0 comments on commit 02c7602

Please sign in to comment.