Skip to content

Commit 3ea4cde

Browse files
committed
Changed version to 2.0.2
1 parent 6b9a35a commit 3ea4cde

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

include/SiPM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)