File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = SimSipm
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 2.0.1-beta
41+ PROJECT_NUMBER = 2.0.2
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11#ifndef SIPM_SIPM_H
22#define SIPM_SIPM_H
33
4- #define SIPM_VERSION "2.0.1-beta "
4+ #define SIPM_VERSION "2.0.2 "
55
66#include "SiPMAdc.h"
77#include "SiPMAnalogSignal.h"
Original file line number Diff line number Diff line change @@ -101,9 +101,13 @@ def __str__(self):
101101 zip_safe = False ,
102102 license = "MIT" ,
103103 classifiers = [
104- "Development Status :: 4 - Beta " ,
104+ "Development Status :: 5 - Production/Stable " ,
105105 "License :: OSI Approved :: MIT License" ,
106106 "Topic :: Scientific/Engineering :: Physics" ,
107107 "Programming Language :: Python :: 3" ,
108+ "Programming Language :: C++" ,
109+ "Intended Audience :: Science/Research" ,
110+ "Operating System :: POSIX :: Linux" ,
111+ "Operating System :: MacOS" ,
108112 ],
109113)
You can’t perform that action at this time.
0 commit comments