Skip to content

Commit

Permalink
added missing fmt cmakelists.txt to MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Oct 28, 2024
1 parent 4e73715 commit 9f44726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include Config.cmake.in
include dependencies/benchmark/CMakeLists.txt
include dependencies/boost/CMakeLists.txt
include dependencies/flatmemory/CMakeLists.txt
include dependencies/fmt/CMakeLists.txt
include dependencies/googletest/CMakeLists.txt
include dependencies/loki/CMakeLists.txt
include dependencies/nauty/CMakeLists.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages, Extension
from setuptools.command.build_ext import build_ext

__version__ = "0.9.66"
__version__ = "0.9.67"
HERE = Path(__file__).resolve().parent


Expand Down

0 comments on commit 9f44726

Please sign in to comment.