Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw authored and avelis committed May 15, 2018
1 parent e4536b3 commit d52d24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "silk",
"version": "2.0.0",
"version": "3.0.0",
"description": "[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jazzband/django-silk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read_md(f):

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

0 comments on commit d52d24f

Please sign in to comment.