Skip to content

Commit

Permalink
style(nyz): fix v0.4.6 version id bug(ci skip)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Feb 18, 2023
1 parent c11f052 commit 0b4180c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ding/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

__TITLE__ = 'DI-engine'
__VERSION__ = 'v0.4.5'
__VERSION__ = 'v0.4.6'
__DESCRIPTION__ = 'Decision AI Engine'
__AUTHOR__ = "OpenDILab Contributors"
__AUTHOR_EMAIL__ = "opendilab@pjlab.org.cn"
Expand Down

0 comments on commit 0b4180c

Please sign in to comment.