Skip to content

Commit

Permalink
Bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 1, 2017
1 parent 31057fb commit 66c2609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,4 @@
"console_scripts": [
"sqlitebiter=sqlitebiter.sqlitebiter:cmd",
],
}
)
})
2 changes: 1 addition & 1 deletion sqlitebiter/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from __future__ import absolute_import

VERSION = "0.10.1"
VERSION = "0.10.2"

0 comments on commit 66c2609

Please sign in to comment.