Skip to content

Commit bb10ad7

Browse files
committed
bump version
1 parent 2860126 commit bb10ad7

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ git commit
4747
* Install dependencies:
4848

4949
```bash
50-
python3 -m pip install --user --upgrade setuptools wheel
51-
python3 -m pip install --user --upgrade twine
50+
pip install -r requirements.txt
5251
```
5352

5453
* Bump version in `setup.py`

requirements.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
absl-py==0.7.0
2+
astor==0.7.1
3+
bleach==3.1.0
4+
certifi==2018.11.29
5+
chardet==3.0.4
6+
docutils==0.15.2
7+
fire==0.1.3
8+
gast==0.2.2
9+
grpcio==1.18.0
10+
h5py==2.9.0
11+
idna==2.8
12+
importlib-metadata==1.5.0
13+
isodate==0.6.0
14+
Keras-Applications==1.0.7
15+
Keras-Preprocessing==1.0.9
16+
keyring==21.1.0
17+
Markdown==3.0.1
18+
numpy==1.16.1
19+
pkginfo==1.4.2
20+
protobuf==3.6.1
21+
Pygments==2.4.2
22+
pyparsing==2.4.0
23+
rdflib==4.2.2
24+
readme-renderer==24.0
25+
regex==2017.4.5
26+
requests==2.21.0
27+
requests-toolbelt==0.8.0
28+
six==1.12.0
29+
tensorboard==1.12.2
30+
tensorflow==1.12.0
31+
termcolor==1.1.0
32+
tqdm==4.23.4
33+
twine==3.1.1
34+
urllib3==1.24.1
35+
webencodings==0.5.1
36+
Werkzeug==0.14.1
37+
zipp==3.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="beta_code",
8-
version="0.0.5",
8+
version="0.1.0",
99
author="perseids",
1010
author_email="perseids@tufts.edu",
1111
description="Converts Greek Beta Code to Greek characters and vice versa",

0 commit comments

Comments
 (0)