Skip to content

Commit 887e53e

Browse files
committed
v1.0.0
1 parent a483508 commit 887e53e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ but it can consume large amounts of ram and use of this method is not recommende
132132
# Tests
133133

134134
You will need to install `test-requirements.txt`. You can use tox.
135-
To run tests manually use `python -m unittest discover`.
135+
To run tests manually use `python -m unittest discover`.

src/osm_easy_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.4.2"
1+
VERSION = "1.0.0"
22

33
from .data_classes import *
44
from .diff import Diff, Frequency

0 commit comments

Comments
 (0)