Skip to content

Commit

Permalink
#113: bump version numbers to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 17, 2024
1 parent eb5046c commit ccf1f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.17 FATAL_ERROR)
project(vt-tv)
project(vt-tv VERSION 1.5.0)

# Try to find ccache to speed up compilation
find_program(ccache_binary ccache)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def build_extension(self, ext):

setup(
name='vttv',
version='0.0.1',
version='1.5.0',
author='Pierre Pebay',
author_email='[email protected]',
url='https://github.com/DARMA-tasking/vt-tv',
Expand Down

0 comments on commit ccf1f41

Please sign in to comment.