Skip to content

Commit

Permalink
Update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Aug 3, 2020
1 parent 0bd0bc1 commit 9039690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Find Atom/RSS links of a website given a URL
Heavily inspired by feedfinder: http://www.aaronsw.com/2002/feedfinder/

## Usage
See the docstring for up to date documentation.

```python
nm_feedfinder.feeds("https://blog.newsmail.today/")
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='nm_feedfinder',
packages=['nm_feedfinder'],
version='0.2',
version='0.3',
license='ISC',
description='Find Atom/RSS links of a website given a URL',
author='newsmail.today',
Expand Down

0 comments on commit 9039690

Please sign in to comment.