Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MinSong2 authored Jul 23, 2020
1 parent e907646 commit 9ac10da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyTextMiner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pyTextMiner.utility import *

from os import listdir
import numpy as np
from .version import __version__

class Pipeline:
def __init__(self, *pipelines):
Expand Down
5 changes: 5 additions & 0 deletions pyTextMiner/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Store the version here so:
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '1.1.116b7'

0 comments on commit 9ac10da

Please sign in to comment.