Skip to content

Commit

Permalink
Merge pull request #115 from DARMA-tasking/114-bump-version-number-ah…
Browse files Browse the repository at this point in the history
…ead-of-release

#114: Bump version number ahead of release
  • Loading branch information
cwschilly authored Sep 17, 2024
2 parents 43704ff + 6ae609a commit 8c1849f
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 8c1849f

Please sign in to comment.