Skip to content
Snippets Groups Projects
Commit fd5bd301 authored by Marius Retegan's avatar Marius Retegan
Browse files

Update version

parent 42154fee
No related branches found
Tags 1.34.0
No related merge requests found
Pipeline #170827 failed
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
......
import setuptools
if __name__ == "__main__":
setuptools.setup()
__version__ = "2023.1.dev"
__version__ = "2024.0"
if __name__ == "__main__": # pragma: no cover
print(f"{__version__}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment