Skip to content

Commit

Permalink
MANIFEST hotfix (added resources/proto directory)
Browse files Browse the repository at this point in the history
bumped version number
  • Loading branch information
vforvalerio87 committed Dec 11, 2018
1 parent 1f4dae0 commit d7ba401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include snet_cli/resources/proto/*
include snet_cli/resources/contracts/abi/*
include snet_cli/resources/contracts/networks/*
include snet_cli/_vendor/*
2 changes: 1 addition & 1 deletion snet_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from snet_cli import arguments
from snet_cli.config import Config

__version__ = "0.1.8"
__version__ = "0.1.8.1"


def main():
Expand Down

0 comments on commit d7ba401

Please sign in to comment.