Skip to content

Commit b62b60b

Browse files
committed
0.1.2
1 parent ca774e4 commit b62b60b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ install:
1313

1414
script:
1515
- flake8 -v .
16-
- python setup.py sdist
17-
- pip install dist/omero-mapr*.tar.gz
16+
- python setup.py sdist install

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read(fname):
3434
return open(os.path.join(os.path.dirname(__file__), fname)).read()
3535

3636

37-
VERSION = '0.1.1'
37+
VERSION = '0.1.2'
3838

3939

4040
setup(
@@ -47,7 +47,7 @@ def read(fname):
4747
author_email='ome-devel@lists.openmicroscopy.org.uk',
4848
license='AGPLv3',
4949
url="https://github.com/aleksandra-tarkowska/mapr",
50-
download_url='https://github.com/aleksandra-tarkowska/mapr/tarball/0.1.1',
50+
download_url='https://github.com/aleksandra-tarkowska/mapr/tarball/%s' % VERSION, # NOQA
5151
install_requires=get_requirements(),
5252
include_package_data=True,
5353
zip_safe=False,

0 commit comments

Comments
 (0)