Skip to content

Commit 5aa98e5

Browse files
author
_
committed
bump version
1 parent eb65ac2 commit 5aa98e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def run(self):
1212
comp.link_executable(['pfa/pfa.o'], 'pfa/pfai')
1313
build.run(self)
1414

15-
setup(name='pfa', packages=['pfa',], version='0.1',
15+
setup(name='pfa', packages=['pfa',], version='0.2',
1616

1717
author = "M Stoeckl",
1818
author_email = "[email protected]",
@@ -21,7 +21,7 @@ def run(self):
2121

2222
description = "Very fast and consistent (if ugly) autoformatting for Python",
2323
url = "https://github.com/mstoeckl/python-fast-autoformat",
24-
download_url = "https://github.com/mstoeckl/python-fast-autoformat/archive/0.1.tar.gz",
24+
download_url = "https://github.com/mstoeckl/python-fast-autoformat/archive/0.2.tar.gz",
2525

2626
long_description = open("README.md").read(),
2727

0 commit comments

Comments
 (0)