Skip to content

Commit 5920dac

Browse files
committed
v0.2.0
1 parent 54e0335 commit 5920dac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ To contribute to this tool, first checkout the code. Then create a new virtual e
105105

106106
```sh
107107
cd geocode-sqlite
108-
python -m venv venv
109-
source venv/bin/activate
108+
python -m venv .venv
109+
source .venv/bin/activate
110110
```
111111

112112
Or if you are using `pipenv`:

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
import os
33

4-
VERSION = "0.1.4"
4+
VERSION = "0.2.0"
55

66
requirements = ["click", "sqlite_utils", "geopy"]
77

0 commit comments

Comments
 (0)