Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dorisjlee committed Feb 17, 2021
1 parent ceac264 commit a5c61e3
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, 2)
version_info = (0, 2, 3)
__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 @@ -7,4 +7,4 @@ matplotlib>=3.0.0
# Install only to use SQLExecutor
# psycopg2>=2.8.5
# psycopg2-binary>=2.8.5
lux-widget>=0.1.2
lux-widget>=0.1.4

0 comments on commit a5c61e3

Please sign in to comment.