Skip to content

Commit

Permalink
bump version number and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dorisjlee committed Nov 30, 2020
1 parent 0c6443a commit 1034e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lux/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf-8

version_info = (0, 2, 0)
version_info = (0, 2, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ scikit-learn>=0.22
# Install only to use SQLExecutor
# psycopg2>=2.8.5
# psycopg2-binary>=2.8.5
lux-widget>=0.1.0
lux-widget>=0.1.1

0 comments on commit 1034e2b

Please sign in to comment.