Skip to content

Commit

Permalink
#N/A: Bump to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed May 17, 2017
1 parent e3583b1 commit 7f327d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ Compile code:
py-backwards -i src -o compiled -t 2.7
```

### Testing compiled code

For testing compiled code with each supported python version you can use [tox](https://tox.readthedocs.io/en/latest/)
and [tox-py-backwards](https://github.com/nvbn/tox-py-backwards). You need to install them:

Expand All @@ -138,6 +140,8 @@ And run tests with:
tox
```

### Distributing compiled code

For distributing packages compiled with py-backwards you can use [py-backwards-packager](https://github.com/nvbn/py-backwards--packager).
Install it with:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup, find_packages

VERSION = '0.5.2'
VERSION = '0.6'

install_requires = ['typed-ast', 'autopep8', 'colorama', 'py-backwards-astunparse']
extras_require = {':python_version<"3.4"': ['pathlib2'],
Expand Down

0 comments on commit 7f327d2

Please sign in to comment.