Skip to content

Commit edd120a

Browse files
xingyousongcopybara-github
authored andcommitted
Fix bug on allowed version name
PiperOrigin-RevId: 623998601
1 parent 312f14b commit edd120a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run(self):
7474

7575
if '--dev' in sys.argv:
7676
sys.argv.remove('--dev')
77-
_VERSION += '.dev' + datetime.datetime.now().strftime('%Y%m%d-%H%M%S')
77+
_VERSION += '.dev' + datetime.datetime.now().strftime('%Y%m%d%H%M%S')
7878
_NAME += '-dev'
7979

8080
extras_require = {

0 commit comments

Comments
 (0)