Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinmo committed May 30, 2019
1 parent c4e4cc7 commit c13b88a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "idapkg",
"version": "0.1.1",
"version": "0.1.2",
"name": "idapkg",
"description": "idapkg Core package",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import urllib, zipfile, tempfile, sys, os, threading, shutil
def install():
tag='0.1.1'
tag='0.1.2'

n=tempfile.NamedTemporaryFile(delete=False, suffix='.zip')
n.close()
Expand Down
2 changes: 1 addition & 1 deletion pkg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.1'
__version__ = '0.1.2'

import sys
from commands import *
Expand Down

0 comments on commit c13b88a

Please sign in to comment.