Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
asahi417 committed Mar 16, 2021
1 parent 101136e commit 65eca8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

with open('README.md', 'r') as f:
readme = f.read()
version = '0.0.6'
version = '0.0.7'
setup(
name='tner',
packages=find_packages(exclude=["asset", "examples", "static", "templates", "tests"]),
Expand Down Expand Up @@ -51,4 +51,4 @@
'tner-predict = tner_cl.predict:main'
],
}
)
)

0 comments on commit 65eca8a

Please sign in to comment.