Skip to content

Commit 89e89c8

Browse files
committed
Finish 0.0.17
2 parents 49ad93b + c763d49 commit 89e89c8

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
include LICENCE
22
include requirements.txt
33
include README.md
4-
include CHANGELOG.md
4+
include CHANGELOG.md
5+
6+
include tensorbuilder/version.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Tensor Builder assumes you have a working `tensorflow` installation. We don't in
1212

1313
#### From pypi
1414
```
15-
pip install tensorbuilder==0.0.16
15+
pip install tensorbuilder==0.0.17
1616
1717
```
1818

docs/tensorbuilder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ <h2>Installation</h2>
10721072
<p>Tensor Builder assumes you have a working <code>tensorflow</code> installation. We don't include it in the <code>requirements.txt</code> since the installation of tensorflow varies depending on your setup.</p>
10731073
<h4>From pypi</h4>
10741074
<p>```
1075-
pip install tensorbuilder==0.0.16</p>
1075+
pip install tensorbuilder==0.0.17</p>
10761076
<p>```</p>
10771077
<h4>From github</h4>
10781078
<p>For the latest development version

guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Tensor Builder assumes you have a working `tensorflow` installation. We don't in
1212

1313
#### From pypi
1414
```
15-
pip install tensorbuilder==0.0.16
15+
pip install tensorbuilder==0.0.17
1616
1717
```
1818

tensorbuilder/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.16
1+
0.0.17

0 commit comments

Comments
 (0)