Skip to content

Commit

Permalink
Bump up to version 0.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Aug 21, 2020
1 parent a03cb97 commit d3780b8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@
},
"title": "signac-flow",
"upload_type": "software",
"version": "0.10.0"
"version": "0.10.1"
}
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
cff-version: "1.0.3"
title: signac-flow
version: 0.10.0
version: 0.10.1
abstract: |
The signac-flow tool provides the basic components to set up simple to complex workflows for projects as part of the signac framework. That includes the definition of data pipelines, execution of data space operations and the submission of operations to high-performance super computers.
authors:
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.10.0'
version = '0.10.1'
# The full version, including alpha/beta/rc tags.
release = '0.10.0'
release = '0.10.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion flow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# All rights reserved.
# This software is licensed under the BSD 3-Clause License.

__version__ = '0.10.0'
__version__ = '0.10.1'

__all__ = ['__version__']
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.10.1
commit = True
tag = False
message = Bump up to version {new_version}.
Expand Down Expand Up @@ -31,3 +31,4 @@ exclude = mistune,doc/conf.py
filterwarnings =
ignore:.*get_id is deprecated.*:DeprecationWarning
ignore:.*The env argument is deprecated*:DeprecationWarning

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name='signac-flow',
version='0.10.0',
version='0.10.1',
packages=find_packages(),
include_package_data=True,
zip_safe=True,
Expand Down

0 comments on commit d3780b8

Please sign in to comment.