Skip to content

Commit

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

Fix MC-SCE integration after PTM feature addition
  • Loading branch information
joaomcteixeira committed Sep 26, 2023
1 parent 7faf76b commit 6843697
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.6
current_version = 0.7.7
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.7 (2023-09-26)
------------------------------------------------------------

* Bug-fix MC-SCE integration with force-field topology generation

v0.7.6 (2023-09-25)
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.6
v0.7.7
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.6'
version = release = '0.7.7'

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.6',
version='0.7.7',
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.6'
__version__ = '0.7.7'

0 comments on commit 6843697

Please sign in to comment.