Skip to content

Commit

Permalink
Updated version to 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
androst committed Mar 21, 2024
1 parent 2f041bf commit bf0273e
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
Expand Up @@ -5,7 +5,7 @@ project(romocc)
# Current version
set (VERSION_MAJOR 0)
set (VERSION_MINOR 0)
set (VERSION_PATCH 7)
set (VERSION_PATCH 8)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

include(cmake/Macros.cmake)
Expand Down
2 changes: 1 addition & 1 deletion source/pyromocc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup, find_packages

package_name = "pyromocc"
version = "0.0.7"
version = "0.0.8"
cmdclass = {}

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

0 comments on commit bf0273e

Please sign in to comment.