Skip to content

Commit

Permalink
[SKIP] version bump 0.1.28 -> 0.1.29
Browse files Browse the repository at this point in the history
Fix lowercase names (#117)
  • Loading branch information
joaomcteixeira committed Mar 21, 2024
1 parent bad8581 commit 98adcf9
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.28
current_version = 0.1.29
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.29 (2024-03-21)
------------------------------------------

* Change handling of lowercase module names

v0.1.28 (2023-09-29)
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.28'
version = release = '0.1.29'

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.28"
version = "0.1.29"
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.28'
__version__ = '0.1.29'
__authors__ = 'MDAnalysis Development Team and contributors'

0 comments on commit 98adcf9

Please sign in to comment.