Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanodallapalma committed May 12, 2021
1 parent 4abb5dc commit a0cf6b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion repominer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from repominer.mining.ansible import AnsibleMiner
from repominer.mining.tosca import ToscaMiner

VERSION = '0.9.4'
VERSION = '0.9.5'


def valid_dir_or_url(x: str) -> str:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ansiblemetrics~=0.3.10
ansiblemetrics~=0.3.11
dataclasses~=0.6
nltk~=3.5
pandas~=1.1.4
pydriller~=1.15.4
pyyaml~=5.4
spacy~=2.3.4
tosca-metrics~=0.0.7
tosca-metrics~=0.0.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

VERSION = '0.9.4'
VERSION = '0.9.5'

setup(name='repository-miner',
version=VERSION,
Expand Down

0 comments on commit a0cf6b2

Please sign in to comment.