Skip to content

Commit 3aef6b0

Browse files
[SKIP] version bump 0.6.13 -> 0.6.14
Add test matrix to the `main` function of `cli_build` (#225)
1 parent 5bb120f commit 3aef6b0

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.13
2+
current_version = 0.6.14
33
commit = True
44
message =
55
[SKIP] version bump {current_version} -> {new_version}

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ While in version ``0``, minor and patch upgrades converge in the ``patch`` numbe
99
Changelog
1010
=========
1111

12+
v0.6.14 (2022-07-13)
13+
------------------------------------------------------------
14+
1215
* Add tests to ``cli_build.main`` (#225)
1316

1417
v0.6.13 (2022-07-13)

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ If you use IDPConformerGenerator, please cite::
4343
4444
Version
4545
-------
46-
v0.6.13
46+
v0.6.14

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
year = '2022'
5050
author = 'Julie Forman-Kay Lab'
5151
copyright = '{0}, {1}'.format(year, author)
52-
version = release = '0.6.13'
52+
version = release = '0.6.14'
5353

5454
pygments_style = 'trac'
5555
templates_path = ['.']

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def read(*names, **kwargs):
5050

5151
setup(
5252
name='idpconfgen',
53-
version='0.6.13',
53+
version='0.6.14',
5454
description='Generates IDP conformers.',
5555
long_description=long_description,
5656
author='Julie Forman-Kay Lab',

src/idpconfgen/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ def assert_subclass(objs, subclass):
6767

6868
source_folder = Path(__file__).absparent
6969

70-
__version__ = '0.6.13'
70+
__version__ = '0.6.14'

0 commit comments

Comments
 (0)