Skip to content

Commit 4392a61

Browse files
committed
Version 0.7.0 working on Python 3
1 parent a163555 commit 4392a61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ You can find the latest stable releases under the
2323
[releases link](../../releases).
2424

2525
## Installation
26-
* System requirement: Python >= 2.6
26+
* System requirement: Python >= 2.6 or Python 3.x
2727

2828
Easiest way to install *ttws* is to use [pip](http://www.pip-installer.org).
29-
This will install (and update) *ttws* and also all its depenencies.
29+
This will install (and update) *ttws* and also all its dependencies.
3030

3131
### Linux/Mac
3232

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
META = {
2525
'name': 'ttws',
2626
'url': 'https://github.com/dietmarw/trimtrailingwhitespaces',
27-
'version': '0.6.4-dev',
27+
'version': '0.7.0',
2828
'description': 'Script to remove trailing whitespaces from textfiles.',
2929
'classifiers': CLASSIFIERS,
3030
'license': 'UNLICENSE',

0 commit comments

Comments
 (0)