Skip to content

Commit

Permalink
[SKIP] version bump 0.1.31 -> 0.1.32
Browse files Browse the repository at this point in the history
Cleanup logger function
  • Loading branch information
joaomcteixeira committed Jul 9, 2024
1 parent 2a29728 commit df278ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.1.31
current_version = 0.1.32
commit = True
message =
[SKIP] version bump {current_version} -> {new_version}
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========


v0.1.32 (2024-07-09)
------------------------------------------

* Cleanup logger function

v0.1.31 (2024-07-08)
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
year = '2021'
author = 'Philip Loche, Joao MC Teixeira and Oliver Beckstein'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.1.31'
version = release = '0.1.32'

pygments_style = 'trac'
templates_path = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mdacli"
version = "0.1.31"
version = "0.1.32"
description = "A command line client for MDAnalysis Analysis classes."
authors = [
{name = "MDAnalysis Development Team and contributors", email = "mdanalysis@numfocus.org"},
Expand Down
2 changes: 1 addition & 1 deletion src/mdacli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@


__all__ = ["cli"]
__version__ = '0.1.31'
__version__ = '0.1.32'
__authors__ = 'MDAnalysis Development Team and contributors'

0 comments on commit df278ef

Please sign in to comment.