Skip to content

Commit 8fb09ee

Browse files
committed
Version 2001
1 parent 20e942b commit 8fb09ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/reelay/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
#pragma once
1010

11-
#define REELAY_LIB_VERSION "2001"
11+
#define REELAY_VERSION "2001_0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup, Extension
88
from setuptools.command.build_ext import build_ext
99

10-
__version__ = '2001'
10+
__version__ = '2001.0'
1111

1212
cxxflags = ['--std=c++14', '-fvisibility=hidden']
1313

0 commit comments

Comments
 (0)