File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.2
2+ current_version = 0.3.3
33commit = True
44tag = True
55tag_name = {new_version}
6- parse =
6+ parse =
77 (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
88 ((?P<pre>a|b|rc)(?P<prenum>\d+))?
9- serialize =
9+ serialize =
1010 {major}.{minor}.{patch}{pre}{prenum}
1111 {major}.{minor}.{patch}
1212
Original file line number Diff line number Diff line change 55with open ("README.md" ) as f :
66 long_description = f .read ()
77
8- __version__ = "0.3.2 "
8+ __version__ = "0.3.3 "
99
1010inst_reqs = [
1111 f"titiler.core=={ __version__ } " ,
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = "titiler.application" ,
23- version = "0.3.2 " ,
23+ version = "0.3.3 " ,
2424 description = u"A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL." ,
2525 long_description = long_description ,
2626 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 11"""titiler.application version."""
22
3- __version__ = "0.3.2 "
3+ __version__ = "0.3.3 "
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = "titiler.core" ,
30- version = "0.3.2 " ,
30+ version = "0.3.3 " ,
3131 description = u"A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL." ,
3232 long_description = long_description ,
3333 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 11"""titiler.core version."""
22
3- __version__ = "0.3.2 "
3+ __version__ = "0.3.3 "
Original file line number Diff line number Diff line change 1616
1717setup (
1818 name = "titiler.mosaic" ,
19- version = "0.3.2 " ,
19+ version = "0.3.3 " ,
2020 description = u"MosaicJSON plugin for TiTiler." ,
2121 long_description = long_description ,
2222 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 11"""titiler.mosaic version."""
22
3- __version__ = "0.3.2 "
3+ __version__ = "0.3.3 "
You can’t perform that action at this time.
0 commit comments