Skip to content

Commit

Permalink
More version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Feb 20, 2023
1 parent 17c2b56 commit a562d0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.19)

project(BasixFull VERSION "0.6.0.0" LANGUAGES CXX)
project(BasixFull VERSION "0.7.0.0" LANGUAGES CXX)
add_subdirectory(cpp)
add_subdirectory(python)
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

# Set the version
project(Basix VERSION "0.6.0.0" LANGUAGES CXX)
project(Basix VERSION "0.7.0.0" LANGUAGES CXX)
include(GNUInstallDirs)

if(SKBUILD)
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

PROJECT(basix_pybind11 VERSION "0.6.0.0" LANGUAGES CXX)
PROJECT(basix_pybind11 VERSION "0.7.0.0" LANGUAGES CXX)

# Set C++ standard
set(CMAKE_CXX_STANDARD 20)
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def build_extension(self, ext):


setup(name='fenics-basix',
version='0.6.0.dev0',
version='0.7.0.dev0',
description='Basix Python interface',
url="https://github.com/FEniCS/basix",
author='FEniCS Project',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(name="fenics-basix",
python_requires='>=3.7.0',
version="0.6.0.dev0",
version="7.0.dev0",
description='Basix Python interface',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a562d0d

Please sign in to comment.