Skip to content

Commit fb44b91

Browse files
committed
Version bump.
1 parent 6ef20b1 commit fb44b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/mt19937.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_
2-
#define TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_ "1.0.0"
2+
#define TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_ "1.1.0"
33

44
// In a C++ program, only C++ headers (which may not place the types in the
55
// global namespace) should be included to avoid pollution.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'mt19937'
7-
version = '1.0.0'
7+
version = '1.1.0'
88
authors = [
99
{ name='Vishal Pankaj Chandratreya' },
1010
]

0 commit comments

Comments
 (0)