We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f041bf commit bf0273eCopy full SHA for bf0273e
CMakeLists.txt
@@ -5,7 +5,7 @@ project(romocc)
5
# Current version
6
set (VERSION_MAJOR 0)
7
set (VERSION_MINOR 0)
8
-set (VERSION_PATCH 7)
+set (VERSION_PATCH 8)
9
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
10
11
include(cmake/Macros.cmake)
source/pyromocc/setup.py
@@ -9,7 +9,7 @@
from setuptools import setup, find_packages
package_name = "pyromocc"
12
-version = "0.0.7"
+version = "0.0.8"
13
cmdclass = {}
14
15
build_folder = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
0 commit comments