Skip to content

Commit

Permalink
Update to release 0.2.1 to fix issue with submodule packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
timmeinhardt committed Oct 9, 2017
1 parent 390863d commit 327d1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ def find_in_path(name, path):

setup(
name='pybm3d',
version='0.2.0',
version='0.2.1',
description='Python wrapper around BM3D',
author='Eric Jonas',
author_email='[email protected]',
maintainer='Tim Meinhardt',
maintainer_email='[email protected]',
url='https://github.com/ericmjonas/pybm3d',
download_url='https://github.com/ericmjonas/pybm3d/archive/v0.2.0.tar.gz',
download_url='https://github.com/ericmjonas/pybm3d/releases/download/v0.2.1/pybm3d-0.2.1.tar.gz',
zip_safe=False,
packages=['pybm3d'],
ext_modules=ext_modules,
Expand Down

0 comments on commit 327d1e3

Please sign in to comment.