Skip to content

Commit

Permalink
Version 0.0.1dev3 (#19)
Browse files Browse the repository at this point in the history
* Bump version to 0.0.1dev3

* Add docs passed to README

* Add normal requirements.txt to .readthedocs.yml
  • Loading branch information
jmyrberg authored May 9, 2020
1 parent cfaf166 commit e207f71
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ formats: all
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
- requirements: requirements.txt
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The library provides an easy-to-use API for fetching data from various Finnish w

Documentation is available at [https://www.finscraper.readthedocs.io](https://www.finscraper.readthedocs.io).


## Installation

`pip install finscraper`
Expand All @@ -36,4 +37,6 @@ repository up-to-date all by myself - pull requests are more than welcome!

---

[![Documentation Status](https://readthedocs.org/projects/finscraper/badge/?version=latest)](https://finscraper.readthedocs.io/en/latest/?badge=latest)

Jesse Myrberg ([email protected])
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def add_source_parser(_old_add_source_parser, self, *args, **kwargs):
author = 'Jesse Myrberg'

# The full version, including alpha/beta/rc tags
release = '0.0.1dev2'
release = '0.0.1dev3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='finscraper',
version='0.0.1dev2',
version='0.0.1dev3',
license='MIT',
description='Web scraping API for Finnish websites',
long_description=long_description,
Expand Down

0 comments on commit e207f71

Please sign in to comment.