Skip to content

Commit

Permalink
Finish first version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Cooksley committed Nov 30, 2020
1 parent 77d9589 commit b599005
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

OS Maps Example in Python. Adapted from the tutorial [price-paid-spatial-distribution](https://github.com/OrdnanceSurvey/os-data-hub-tutorials/tree/master/data-science/price-paid-spatial-distribution) by Ordnance Survey.
OS Maps API example in Python. Adapted from the tutorial [price-paid-spatial-distribution](https://github.com/OrdnanceSurvey/os-data-hub-tutorials/tree/master/data-science/price-paid-spatial-distribution) by Ordnance Survey.

Project structure created by [govcookiecutter](https://github.com/ukgovdatascience/govcookiecutter) at the latest version as of 30 November 2020.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# The version info for the project you're documenting, acts as replacement for |version| and |release|, also used in
# various other places throughout the built documents.
# The short X.Y.Z version.
version = "0.0.1"
version = "0.1.0"
# The full version, including alpha/beta/rc tags.
release = "0.0.1"
release = "0.1.0"

# The language for content autogenerated by Sphinx. Refer to documentation for a list of supported languages.
# This is also used if you do content translation via gettext catalogs. Usually you set "language" from the command
Expand Down
Loading

0 comments on commit b599005

Please sign in to comment.