diff --git a/docs/Doxyfile b/docs/Doxyfile index 2472419..600d1ec 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = DTWC++ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.0-rc0 +PROJECT_NUMBER = 1.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/setup.py b/setup.py index d92f128..699f308 100644 --- a/setup.py +++ b/setup.py @@ -126,7 +126,7 @@ def build_extension(self, ext: CMakeExtension) -> None: # logic and declaration, and simpler if you include description/version in a file. setup( name="dtwcpp", - version="0.1.0", + version="1.0.0", author="Volkan Kumtepeli", author_email="volkan.kumtepeli@gmail.com", description="A test project using pybind11 and CMake",