Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Jun 21, 2018
1 parent 7735591 commit 2055737
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": "bin-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "General binary file parser",
"homepage": "https://github.com/jfjlaros/bin-parser",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .functions import BinReadFunctions, BinWriteFunctions


__version_info__ = ('1', '0', '0')
__version_info__ = ('1', '0', '1')

__version__ = '.'.join(__version_info__)
__author__ = 'Jeroen F.J. Laros'
Expand Down

0 comments on commit 2055737

Please sign in to comment.