Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner committed Feb 27, 2023
1 parent 20da2ae commit 455a211
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if(BUILD_CPP)
project(
panda_model
LANGUAGES CXX
VERSION "0.1.0")
VERSION "0.2.0")

## pandamodel module
add_library(pandamodel SHARED
Expand Down Expand Up @@ -112,7 +112,7 @@ install(FILES
## Packaging
set(CPACK_PACKAGE_VENDOR "Jean Elsner")
set(CPACK_GENERATOR "DEB;TGZ")
set(CPACK_PACKAGE_VERSION "0.1.0")
set(CPACK_PACKAGE_VERSION "0.2.0")
set(CPACK_SYSTEM_NAME ${CMAKE_HOST_SYSTEM_PROCESSOR})

# Debian versions require a dash
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'panda-model'
copyright = '2023, Jean Elsner'
author = 'Jean Elsner'
release = '0.1.0'
release = '0.2.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "panda-model"
description = "panda-model allows the offline use of the Model class from libfranka in Python and C++."
version = "0.1.0"
version = "0.2.0"
requires-python = ">=3.7"
authors = [
{ name = "Jean Elsner", email = "[email protected]" },
Expand Down

0 comments on commit 455a211

Please sign in to comment.