Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
summerisgone committed Mar 24, 2021
1 parent 7eded17 commit 095043e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ __pycache__
build
dist
*.egg-info
*.pyc
*.pyc
*.DS_Store
installed.txt
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,15 @@


$ curl "http://localhost:8000/inflect?phrase=%D1%80%D0%B0%D0%B1%D0%BE%D1%87%D0%B0%D1%8F%20%D0%BA%D0%BE%D0%BF%D0%B8%D1%8F&cases=accs&cases=datv"

## Changelog

### 0.1

начальный релиз

### 0.2.0

- [исправлен](https://github.com/summerisgone/pyphrasy/pull/13) `pip install`
- настроен CI
- обновлены зависимости
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def recursive(root):
long_description=readme,

# technical info
version='0.1',
version='0.2.0',
packages=['pyphrasy'],
provides=['pyphrasy'],
package_dir={'pyphrasy': '.'},
Expand Down

0 comments on commit 095043e

Please sign in to comment.