straight forward version bump, the only thing significant is
that alembic was using boost to get shared/unique_ptr and
they are seemingly no longer CI'ing with ALEMBIC_LIB_USES_BOOST
so that gave build errors on both linux and windows.
after consulting with sybren it was decided that dropping the
boost dep and relying on the STL implementation will be the
way to go.