Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 7381efb

Browse files
authored
Merge pull request #26 from njam/version
Release a new version
2 parents 7d992e1 + 349acd5 commit 7381efb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,8 @@ For a more practical example, see the [csv_to_deck.py](https://github.com/flosch
105105
>>> deck = client.find_deck_by_title('Some Deck')
106106
None
107107
```
108+
109+
## Release a new Version
110+
1. Bump the version in `setup.py`.
111+
2. Push a new tag to GitHub.
112+
3. The [Travis build](https://travis-ci.org/floscha/tinycards-python-api) will deploy the release to [PyPI](https://pypi.org/project/tinycards/).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=NAME,
7-
version='0.21',
7+
version='0.22',
88
description="An unofficial Python API for Tinycards by Duolingo",
99
url='https://github.com/floscha/tinycards-python-api',
1010
author='Florian Schäfer',

0 commit comments

Comments
 (0)