Skip to content

Commit

Permalink
[SKIP] version bump 0.7.24 -> 0.7.25
Browse files Browse the repository at this point in the history
Merge pull request #277 from julie-forman-kay-lab/installwminiconda

Update installation instructions - only miniconda
  • Loading branch information
joaomcteixeira committed May 9, 2024
1 parent bb74bc0 commit 0447c2e
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.24
current_version = 0.7.25
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.25 (2024-05-09)
------------------------------------------------------------

* Update user install instructions to use only ``miniconda3``.

v0.7.24 (2024-05-07)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ If you use the Local Disordered Region Sampling (LDRS) module, please also cite:
Version
-------
v0.7.24
v0.7.25
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.24'
version = release = '0.7.25'

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.24',
version='0.7.25',
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.24'
__version__ = '0.7.25'

0 comments on commit 0447c2e

Please sign in to comment.