File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.10.19.dev1
2+ current_version = 0.10.19
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:\.dev(?P<dev>\d+))?
Original file line number Diff line number Diff line change 2424
2525setup (
2626 name = 'wandb' ,
27- version = '0.10.19.dev1 ' ,
27+ version = '0.10.19' ,
2828 description = "A CLI and library for interacting with the Weights and Biases API." ,
2929 long_description = readme ,
3030 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1919from __future__ import print_function
2020from __future__ import unicode_literals
2121
22- __version__ = "0.10.19.dev1 "
22+ __version__ = "0.10.19"
2323
2424# Used with pypi checks and other messages related to pip
2525_wandb_module = "wandb"
You can’t perform that action at this time.
0 commit comments