Skip to content

Commit 0fb72eb

Browse files
authored
Metric ff-2.0.3 (#153)
* Minor description update. * New version of the metric-ff and post-processing script. * Version bump. * Updating metric-ff-2.0 version.
1 parent 4795f3d commit 0fb72eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
wget -q 'https://github.com/siftech/metric-ff/releases/download/metric-ff-sift-2.0.2/metric-ff.gz'
3+
wget -q 'https://github.com/siftech/metric-ff/releases/download/v2.0.3/metric-ff.gz'
44
gunzip metric-ff.gz
55
chmod +x metric-ff

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = fh.read()
99

1010
setuptools.setup(name='planutils',
11-
version='0.10.21',
11+
version='0.10.22',
1212
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)