diff --git a/README.md b/README.md index 8087d7eb..36641171 100644 --- a/README.md +++ b/README.md @@ -154,10 +154,6 @@ Releasing git tag -a x.y.z -m 'tagging OWSLib release x.y.z' # push tag git push --tags - # update live docs - cd docs - make html - ./publish.sh # update on PyPI (must be a maintainer) rm -fr build dist *.egg-info python setup.py sdist bdist_wheel --universal diff --git a/owslib/__init__.py b/owslib/__init__.py index 5bb330e8..bcf7f7e0 100644 --- a/owslib/__init__.py +++ b/owslib/__init__.py @@ -1 +1 @@ -__version__ = '0.29.1' +__version__ = '0.29.2'