version update

This commit is contained in:
Vinicius Moreira
2019-06-18 17:39:02 -03:00
parent 3b70984a36
commit 6607e57e49
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
__version__ = '0.2.0'

View File

@@ -1 +1 @@
__version__ = '0.1.0'

View File

@@ -15,7 +15,7 @@ with open(file_dir + '/requirements.txt', 'r') as f:
requirements = [line.strip() for line in f.readlines() if line]
with open(file_dir + '/fpakman/core/__init__.py', 'r') as f:
with open(file_dir + '/fpakman/__init__.py', 'r') as f:
exec(f.readlines()[0])