diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/openmc_source_plotter/_version.py b/openmc_source_plotter/_version.py new file mode 100644 index 0000000..be72032 --- /dev/null +++ b/openmc_source_plotter/_version.py @@ -0,0 +1,5 @@ +# coding: utf-8 +# file generated by setuptools_scm +# don't change, don't track in version control +__version__ = version = '0.2.1.dev1+g15fa018' +__version_tuple__ = version_tuple = (0, 2, 1, 'dev1', 'g15fa018')