File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = DTWC++
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = 1.0.0-rc0
51
+ PROJECT_NUMBER = 1.0.0
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
126
126
# logic and declaration, and simpler if you include description/version in a file.
127
127
setup (
128
128
name = "dtwcpp" ,
129
- version = "0.1 .0" ,
129
+ version = "1.0 .0" ,
130
130
author = "Volkan Kumtepeli" ,
131
131
author_email = "volkan.kumtepeli@gmail.com" ,
132
132
description = "A test project using pybind11 and CMake" ,
You can’t perform that action at this time.
0 commit comments