Skip to content

Commit

Permalink
bumped version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Aug 27, 2019
1 parent b18954e commit fa560c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyembree/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
2 changes: 1 addition & 1 deletion recipes/pyembree/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pyembree
version: 0.1.5
version: 0.1.6

source:
#fn: cymetric-src.tar.gz # ["TRAVIS" not in environ]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="pyembree",
version='0.1.5',
version='0.1.6',
ext_modules=ext_modules,
zip_safe=False,
packages=find_packages(),
Expand Down

0 comments on commit fa560c6

Please sign in to comment.