mirror of
https://github.com/gsi-upm/senpy
synced 2025-09-18 04:22:21 +00:00
Makefile for automated testing (no more drone)
This commit is contained in:
1
senpy/VERSION
Normal file
1
senpy/VERSION
Normal file
@@ -0,0 +1 @@
|
||||
0.5.7
|
@@ -18,4 +18,8 @@
|
||||
Sentiment analysis server in Python
|
||||
"""
|
||||
|
||||
__version__ = "0.5.6"
|
||||
import os
|
||||
VFILE = os.path.join(os.path.dirname(__file__), "VERSION")
|
||||
|
||||
with open(VFILE, 'r') as f:
|
||||
__version__ = f.read().strip()
|
||||
|
Reference in New Issue
Block a user