We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab4734 commit 05c6f12Copy full SHA for 05c6f12
bindings/python/docs/source/conf.py
@@ -23,7 +23,7 @@
23
html_show_sphinx = False
24
25
# The full version, including alpha/beta/rc tags
26
-version = '0.1.0.dev0'
+version = '0.1.0'
27
release = version
28
29
# The name of the Pygments (syntax highlighting) style to use.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = '0.1.0.dev0'
+__version__ = '0.1.0'
16
17
_MIN_LIBBSON_VERSION = '1.17.0'
0 commit comments