Skip to content

Commit

Permalink
Release process: bump dev versions to 3.5.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed May 10, 2022
1 parent 38d5038 commit c3bf235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@

cmake_minimum_required(VERSION 3.16.0)
project(DataSketches
VERSION 3.4.0
VERSION 3.5.0.dev0
LANGUAGES CXX)

include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -81,7 +81,7 @@ def build_extension(self, ext):

setup(
name='datasketches',
version='3.4.0.dev0',
version='3.5.0.dev0',
author='Apache Software Foundation',
author_email='dev@datasketches.apache.org',
description='The Apache DataSketches Library for Python',
Expand Down

0 comments on commit c3bf235

Please sign in to comment.