Skip to content

Commit

Permalink
Upgrades package to minor version
Browse files Browse the repository at this point in the history
The new feature plus various fixes might result in some backwards incompatible behavior. Therefore I have bumped the version of the library by a minor release vs maintenance.
  • Loading branch information
avelis authored Jul 12, 2016
1 parent e4629ba commit cc3dac4
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 @@ -17,7 +17,7 @@ def read_md(f): return open(f, 'r').read()

setup(
name='django-silk',
version='0.5.7',
version='0.6.0',
packages=['silk'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit cc3dac4

Please sign in to comment.