Skip to content

Commit e018ff1

Browse files
authored
Fixed bumpversion error (#160)
* Update notebook * Update init.py * Update setup.py * Update init.py
1 parent 1d7b42a commit e018ff1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/examples/box_prompts.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
" \"fillColor\": \"#7c4185\",\n",
288288
" \"fillOpacity\": 0,\n",
289289
"}\n",
290-
"m.add_vector(geojson, style=style, layer_name=\"Bounding boxes\")\n",
290+
"m.add_vector(geojson, style=style, zoom_to_layer=True, layer_name=\"Bounding boxes\")\n",
291291
"m"
292292
]
293293
},

samgeo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Top-level package for segment-geospatial."""
22

33
__author__ = """Qiusheng Wu"""
4-
__email__ = '[email protected]'
4+
__email__ = "[email protected]"
55
__version__ = '0.8.5'
66

77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
test_suite="tests",
5858
tests_require=test_requirements,
5959
url="https://github.com/opengeos/segment-geospatial",
60-
version="0.8.5",
60+
version='0.8.5',
6161
zip_safe=False,
6262
)

0 commit comments

Comments
 (0)