Skip to content

Commit 9da59ee

Browse files
author
Makai Mann
committed
Increment version number
1 parent b957258 commit 9da59ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(pono)
44

55
set(PONO_MAJOR 0) # Major component of Pono version
66
set(PONO_MINOR 1) # Minor component of Pono version
7-
set(PONO_RELEASE 0) # Release component of Pono version
7+
set(PONO_RELEASE 1) # Release component of Pono version
88

99
# handle different versions of CMake
1010
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8.0 AND NOT APPLE)

contrib/wheels/build_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def build_extension(self, ext):
107107

108108
setup(
109109
name='pono',
110-
version='0.1.0',
110+
version='0.1.1',
111111
author='Makai Mann',
112112
ext_modules=[CMakeExtension('pono')],
113113
cmdclass=dict(build_ext=CMakeBuild),

0 commit comments

Comments
 (0)