Skip to content

Commit 3ceee47

Browse files
committed
update version number
1 parent 2f3bbbd commit 3ceee47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ INCLUDE(${PROJECT_SOURCE_DIR}/cmake/${DEVSIM_CONFIG}.cmake OPTIONAL)
2020
INCLUDE(${PROJECT_SOURCE_DIR}/local.cmake OPTIONAL)
2121

2222
#also change this in setup.cfg
23-
ADD_DEFINITIONS(-DDEVSIM_VERSION_STRING=\"2.8.1\")
23+
ADD_DEFINITIONS(-DDEVSIM_VERSION_STRING=\"2.8.2\")
2424
ADD_DEFINITIONS(-DDEVSIM_COPYRIGHT_YEAR=\"2009-2024\")
2525
2626
IF (MKL_PARDISO)

dist/bdist_wheel/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
py-limited-api = cp37
33
#plat-name=
44
[metadata]
5-
version = 2.8.1
5+
version = 2.8.2
66
classifiers =
77
Development Status :: 5 - Production/Stable
88
Intended Audience :: Science/Research

0 commit comments

Comments
 (0)