Skip to content

Commit

Permalink
[SKIP] version bump 0.7.7 -> 0.7.8
Browse files Browse the repository at this point in the history
Merge pull request #253 from menoliu/fix-ldrs

Fix input sequence processing for single chains in `ldrs`
  • Loading branch information
joaomcteixeira committed Oct 2, 2023
1 parent 25d94f0 commit 13538c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 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 = 0.7.7
current_version = 0.7.8
commit = True
message =
[SKIP] version bump {current_version} -> {new_version}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ While in version ``0``, minor and patch upgrades converge in the ``patch`` numbe
Changelog
=========

v0.7.8 (2023-10-02)
------------------------------------------------------------

* Bug-fix in ``ldrs`` for input sequence recognition

v0.7.7 (2023-09-26)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ If you use the Local Disordered Region Sampling (LDRS) module, please cite::
Version
-------
v0.7.7
v0.7.8
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
year = '2022'
author = 'Julie Forman-Kay Lab'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.7.7'
version = release = '0.7.8'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(*names, **kwargs):

setup(
name='idpconfgen',
version='0.7.7',
version='0.7.8',
description='Generates IDP conformers.',
long_description=long_description,
author='Julie Forman-Kay Lab',
Expand Down
2 changes: 1 addition & 1 deletion src/idpconfgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def assert_subclass(objs, subclass):

source_folder = Path(__file__).absparent

__version__ = '0.7.7'
__version__ = '0.7.8'

0 comments on commit 13538c0

Please sign in to comment.