Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
baverman committed Jan 29, 2011
1 parent 9e0c775 commit cd70021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -35,9 +35,10 @@ Usage

typetrainer -t tutor_package /path/to/file/with/words

Where is ``tutor_package`` is one of tutors:
Where ``tutor_package`` is one of tutors:

* ``en.basic`` Basic English tutor with small-caps letters, commas and apostrophe.
* ``en.advanced`` English tutor with symbols and all-caps letters.
* ``ru.basic`` Basic Russian tutor with only small-caps letters.

``tutor_package`` may be omitted.
Expand All @@ -56,5 +57,4 @@ or::
TODO
====

* Advanced tutor for English (will be done when I reach 250 cpm on basic level).
* Python tutor.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,11 +2,11 @@

setup(
name = 'typetrainer',
version = '0.2.1',
version = '0.3',
author = 'Anton Bobrov',
author_email = 'bobrov@vl.ru',
description = 'Typing tutor trainer',
long_description = open('README.rst').read(),
long_description = open('README.rst').read().replace('https', 'http'),
zip_safe = False,
packages = find_packages(exclude=('tests', )),
include_package_data = True,
Expand Down

0 comments on commit cd70021

Please sign in to comment.