Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Bump version number again (attempting to make wheel upload to pypi)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwhite547 committed Oct 6, 2020
1 parent c46f3c2 commit e8d7508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.15)

project(parflowio VERSION 0.0.2 LANGUAGES CXX)
project(parflowio VERSION 0.0.3 LANGUAGES CXX)
message(STATUS "project: ${PROJECT_NAME}")
message(STATUS "version: ${PROJECT_VERSION}")

set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_CXX_STANDARD 11)
set(PROJECT_VERSION 0.0.2)
set(PROJECT_VERSION 0.0.3)
# Only do these if this is the main project, and not if it is included through add_subdirectory

set(parflowio_cmake_dir "${parflowio_SOURCE_DIR}/CMake")
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class InstallPlatlib(install):

setup(
name='parflowio',
version='0.0.2',
version='0.0.3',
author='arezaii',
author_email='\"Ahmad Rezaii\" <ahmadrezaii@u.boisestate.edu>',
url='https://github.com/hydroframe/parflowio',
Expand Down

0 comments on commit e8d7508

Please sign in to comment.