Skip to content

Commit

Permalink
tweak version
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Sep 2, 2020
1 parent 48abd96 commit ebab700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pip install tensor-sensor
which gives you module `tsensor`.


## Deploy
## Deploy (parrt's use)

```bash
$ python setup.py sdist upload
Expand All @@ -104,5 +104,4 @@ Or download and install locally
```bash
$ cd ~/github/tensor-sensor
$ pip install .
```

```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='tensor-sensor',
version='0.1a',
version='0.1a1',
url='https://github.com/parrt/tensor-sensor',
license='MIT',
py_modules=['tsensor'],
Expand Down

0 comments on commit ebab700

Please sign in to comment.