Jose Diaz-Gonzalez

Move version into __init__.py

include README.md
include LICENSE
include requirements.txt
include kappa/_version
recursive-include samples *.js *.py *.yml *.cf *.json *.txt
......
......@@ -12,6 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import os
__version__ = open(os.path.join(os.path.dirname(__file__), '_version')).read()
__version__ = '0.3.1'
......
0.3.1
\ No newline at end of file