Skip to content

Commit

Permalink
[SKIP] version bump 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
Added option to manually set box dimensions (#65)
  • Loading branch information
joaomcteixeira committed Nov 18, 2021
1 parent 13473ec commit 065ed9d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.1
current_version = 0.1.2
commit = True
message =
[SKIP] version bump {current_version} -> {new_version}
Expand Down
4 changes: 2 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

new_version
-----------
v0.1.2 (2021-11-18)
------------------------------------------

* Added option to manually set box dimensions (#65)

Expand Down
2 changes: 1 addition & 1 deletion docs/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
year = '2021'
author = 'Philip Loche and Joao MC Teixeira'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.1.1'
version = release = '0.1.2'

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 @@ -33,7 +33,7 @@ def read(*names, **kwargs):

setup(
name='mdacli',
version='0.1.1',
version='0.1.2',
description='A command line client for MDAnalysis Analysis classes.',
long_description=long_description,
long_description_content_type='text/x-rst',
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,4 +11,4 @@

__all__ = ["cli"]

__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit 065ed9d

Please sign in to comment.