Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Updated distiller version in setup.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
levzlotnik authored Apr 1, 2019
1 parent 57eab42 commit 59cd262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from setuptools import setup, find_packages
import distiller


packages = find_packages(
Expand All @@ -10,7 +11,7 @@
install_reqs = [line.strip() for line in req_file.readlines()]

setup(name='distiller',
version='0.3.0',
version=distiller.__version__,
packages=packages,
install_requires=install_reqs
)
Expand Down

0 comments on commit 59cd262

Please sign in to comment.