Skip to content

Commit 64a6085

Browse files
committed
test rolling dist
1 parent 81c116b commit 64a6085

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

flopymetascript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding=utf-8
22
major = 0
33
minor = 2
4-
micro = 0
4+
micro = 1
55

66
__version__ = '{:d}.{:d}.{:d}'.format(major, minor, micro)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
author=__author__,
4040
author_email='bdestombe@gmail.com',
4141
url='https://github.com/bdestombe/flopymetascript',
42-
download_url=
43-
'https://github.com/bdestombe/flopymetascript/archive/0.2.0.tar.gz',
42+
download_url='https://github.com/bdestombe/flopymetascript/archive/' +
43+
__version__ + '.tar.gz',
4444
keywords=['flopy', 'groundwater', 'hydrology'],
4545
install_requires=[
4646
'numpy>=1.12', 'nbformat>=4.3', 'nbconvert>=5.1', 'flopy>=3.2', 'yapf'

0 commit comments

Comments
 (0)