Skip to content

Commit 1595aa5

Browse files
committed
Update package version to 0.1.10
1 parent c582f3a commit 1595aa5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Documentation On GitHub
88
`v0.1.7`_ `0.1.7`_
99
`v0.1.8`_ `0.1.8`_
1010
`v0.1.9`_ `0.1.9`_
11+
`v0.1.10`_ `0.1.10`_
1112
================ ===============
1213

1314
.. _`stable`: ../stable/index.html
@@ -18,3 +19,5 @@ Documentation On GitHub
1819
.. _`0.1.8`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.8
1920
.. _`v0.1.9`: ../0.1.9/index.html
2021
.. _`0.1.9`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.9
22+
.. _`v0.1.10`: ../0.1.10/index.html
23+
.. _`0.1.10`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.10

geometric_features/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
from geometric_features.feature_collection import FeatureCollection, \
77
read_feature_collection
88

9-
__version_info__ = (0, 1, 9)
9+
__version_info__ = (0, 1, 10)
1010
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)