diff --git a/LICENSE b/LICENSE index 37e43f045c161346d466e035bbc716949f1d8b4d..9578789cebc04e3d4dc8205f853a3c61e7132fa5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 European Synchrotron Radiation Facility +Copyright (c) 2020-2024 European Synchrotron Radiation Facility Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py deleted file mode 100644 index 1abbd068c1f3c9b52e2159f39f39b7488f3064c5..0000000000000000000000000000000000000000 --- a/setup.py +++ /dev/null @@ -1,4 +0,0 @@ -import setuptools - -if __name__ == "__main__": - setuptools.setup() diff --git a/src/daxs/__init__.py b/src/daxs/__init__.py index 9e091e729e74829fb6ffb2b60846a0df18287349..56a64a539af3bf7bec3b84cfe3a81c0c196def01 100644 --- a/src/daxs/__init__.py +++ b/src/daxs/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2023.1.dev" +__version__ = "2024.0" if __name__ == "__main__": # pragma: no cover print(f"{__version__}")