Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevnrm committed Aug 5, 2021
1 parent b661158 commit 753e0e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.

import pdb2pqr


# -- Project information -----------------------------------------------------

project = "pdb2pqr"
copyright = "2020, Battelle Memorial Institute"
author = "Nathan Baker and many others"
release = pdb2pqr.__version__

release = "3.2.0"

# The full version, including alpha/beta/rc tags

Expand Down
5 changes: 3 additions & 2 deletions pdb2pqr/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""PDBX Version number.
"""PDB2PQR Version number.
Store the version here so:
* we don't load dependencies by storing it in :file:`__init__.py`
* we can import it in setup.py for the same reason
* we can import it into your module
"""
__version__ = "3.1.5"
__version__ = "3.2.0"

0 comments on commit 753e0e9

Please sign in to comment.