Skip to content

Commit 0bcbdc4

Browse files
committed
FIX-#443: Bump version for v0.5.0 release
Signed-off-by: Doris Lee <dorisjunglinlee@gmail.com>
1 parent 58c1be5 commit 0bcbdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lux/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
22
# coding: utf-8
33

4-
version_info = (0, 4, 0)
4+
version_info = (0, 5, 0)
55
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)