Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit c1a92d4

Browse files
author
Kenneth Reitz
committed
v0.0.5
1 parent 08e3138 commit c1a92d4

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
@@ -15,15 +15,15 @@
1515

1616
setup(
1717
name='bob-builder',
18-
version='0.0.4',
18+
version='0.0.5',
1919
install_requires=deps,
2020
description='Binary Build Toolkit.',
2121
# long_description='Meh.',/
2222
author='Kenneth Reitz',
2323
author_email='[email protected]',
2424
url='https://github.com/heroku/build-toolkit',
2525
packages=['bob'],
26-
# license='MIT',
26+
license='MIT',
2727
entry_points={
2828
'console_scripts': [
2929
'bob = bob:cli.dispatch',

0 commit comments

Comments
 (0)