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 00fb85b commit 4fe0fc9Copy full SHA for 4fe0fc9
.github/scripts/bump-version.sh
@@ -2,4 +2,4 @@
2
set -eu
3
4
CURRENT_VERSION=$(NO_EXT=1 python setup.py --version)
5
-sed -i '' "s/__version__ = \"${CURRENT_VERSION}\"/__version__ = \"$1\"/" "pymongoarrow/version.py"
+sed -i "s/__version__ = \"${CURRENT_VERSION}\"/__version__ = \"$1\"/" "pymongoarrow/version.py"
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__ = "1.7.2"
+__version__ = "1.8.0.dev0"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments