Skip to content

Commit

Permalink
Upgrade version to 1.1.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ome9ax committed Apr 7, 2022
1 parent 0f55bfd commit 4fbce3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ pip install target-s3-jsonl
deactivate
```

Alternative
```bash
python -m venv ~/.virtualenvs/target-s3-jsonl
~/.virtualenvs/target-s3-jsonl/bin/pip install target-s3-jsonl
```

### To run

Like any other target that's following the singer specificiation:
Expand Down
2 changes: 1 addition & 1 deletion target_s3_jsonl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '1.0.1'
__version__ = '1.1.0'

import argparse
import gzip
Expand Down

0 comments on commit 4fbce3e

Please sign in to comment.