We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a483508 commit 887e53eCopy full SHA for 887e53e
README.md
@@ -132,4 +132,4 @@ but it can consume large amounts of ram and use of this method is not recommende
132
# Tests
133
134
You will need to install `test-requirements.txt`. You can use tox.
135
-To run tests manually use `python -m unittest discover`.
+To run tests manually use `python -m unittest discover`.
src/osm_easy_api/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = "0.4.2"
+VERSION = "1.0.0"
2
3
from .data_classes import *
4
from .diff import Diff, Frequency
0 commit comments