File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.7.1 '
1+ __version__ = '0.7.2 '
Original file line number Diff line number Diff line change 2222author = 'Hugo Ledoux, Balázs Dukai'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.7.1 '
25+ release = '0.7.2 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.7.1
2+ current_version = 0.7.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'cjio' ,
11- version = '0.7.1 ' ,
11+ version = '0.7.2 ' ,
1212 description = 'CLI to process and manipulate CityJSON files' ,
1313 long_description = long_description ,
1414 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments