Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Jun 1, 2023
1 parent 6c83a4a commit 601704f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/mt19937.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_
#define TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_ "0.0.1"
#define TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_ "1.0.0"

#include <inttypes.h>
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'mt19937'
version = '0.0.1'
version = '1.0.0'
authors = [
{ name='Vishal Pankaj Chandratreya' },
]
Expand Down

0 comments on commit 601704f

Please sign in to comment.