Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Jun 21, 2018
2 parents 41bf2f6 + e21dd8d commit 2634d6a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fibrous/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = ['tree' ]

__version__ = "0.0.9"
__version__ = "0.0.10"

from . import tb_volume as volume
from . import tb_vtk as vtk
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: fibrous
version: "0.0.9"
version: "0.0.10"

source:
# this is used for build from git hub
git_rev: 0.0.9
git_rev: 0.0.10
git_url: https://github.com/mjirik/fibrous.git

# this is used for pypi
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.9
current_version = 0.0.10
files = setup.py meta.yaml fibrous/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.0.9',
version='0.0.10',
url='https://github.com//fibrous',
author='',
author_email='',
Expand Down

0 comments on commit 2634d6a

Please sign in to comment.