Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add_write_svg_siqad_layout' into…
Browse files Browse the repository at this point in the history
… add_write_svg_siqad_layout

# Conflicts:
#	cli/stores.hpp
  • Loading branch information
Drewniok committed Nov 11, 2024
2 parents b88408e + c46414c commit dcab347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bindings/pyfiction/include/pyfiction/utils/version_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ using namespace pybind11::literals;

inline void version_info(pybind11::module& m)
{
m.attr("__version__") = fiction::FICTION_VERSION;
m.attr("__repo__") = fiction::FICTION_REPO;
m.attr("__version__") = fiction::FICTION_VERSION;
m.attr("__repo__") = fiction::FICTION_REPO;
m.attr("__compiled_date__") = fiction::COMPILED_DATE;
m.attr("__compiled_time__") = fiction::COMPILED_TIME;
}
Expand Down
2 changes: 1 addition & 1 deletion cli/stores.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include <fiction/algorithms/properties/critical_path_length_and_throughput.hpp>
#include <fiction/io/dot_drawers.hpp>
#include <fiction/io/print_layout.hpp>
#include <fiction/io/write_svg_layout.hpp>
#include <fiction/io/write_sidb_layout_svg.hpp>
#include <fiction/io/write_svg_layout.hpp>
#include <fiction/layouts/coordinates.hpp>
#include <fiction/traits.hpp>
#include <fiction/types.hpp>
Expand Down

0 comments on commit dcab347

Please sign in to comment.