aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-10-16 12:53:00 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-10-16 12:53:00 +0200
commit167a13d390eccc9338a0af06a3ea0b1f13e23696 (patch)
tree9e2aba53a0cc821b297e69321ed21c56cde1dcec
parentswitch to using rst readme (diff)
downloadSyncRNG-167a13d390eccc9338a0af06a3ea0b1f13e23696.tar.gz
SyncRNG-167a13d390eccc9338a0af06a3ea0b1f13e23696.zip
bump version with updated syncrng.c
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d51f8d3..225cdce 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
name='SyncRNG',
author='Gertjan van den Burg',
author_email='gertjanvandenburg@gmail.com',
- version='1.1.1',
+ version='1.2.1',
description='A synchronized Tausworthe RNG for Python and R',
long_description=long_description,
url='https://github.com/GjjvdBurg/SyncRNG',