Skip to content

Commit bf0273e

Browse files
committed
Updated version to 0.0.8.
1 parent 2f041bf commit bf0273e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(romocc)
55
# Current version
66
set (VERSION_MAJOR 0)
77
set (VERSION_MINOR 0)
8-
set (VERSION_PATCH 7)
8+
set (VERSION_PATCH 8)
99
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
1010

1111
include(cmake/Macros.cmake)

source/pyromocc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup, find_packages
1010

1111
package_name = "pyromocc"
12-
version = "0.0.7"
12+
version = "0.0.8"
1313
cmdclass = {}
1414

1515
build_folder = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))

0 commit comments

Comments
 (0)