Skip to content

Commit

Permalink
Update setup.py release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Jul 30, 2015
1 parent ca74c29 commit bb0aa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find_all_files(directory):

setup(
name='vunit_hdl',
version='v0.26.0',
version='v0.27.0',
packages=['vunit', 'vunit.com', 'vunit.test', 'vunit.test.lint', 'vunit.test.unit', 'vunit.test.acceptance'],
package_data={'vunit': vhdl_files},
url='https://github.com/LarsAsplund/vunit',
Expand Down

0 comments on commit bb0aa4a

Please sign in to comment.