aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-12-15 17:39:37 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-12-15 17:39:37 -0500
commitedea6fa0726c15bba55d6c19aeac3bf8d50b2405 (patch)
tree28482b1fed3f5141ce351d396bc3386a6b13f9a5
parentupdate python with R branch (diff)
downloadSyncRNG-edea6fa0726c15bba55d6c19aeac3bf8d50b2405.tar.gz
SyncRNG-edea6fa0726c15bba55d6c19aeac3bf8d50b2405.zip
update python version with R version
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 225cdce..900cfc9 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.2.1',
+ version='1.3.0',
description='A synchronized Tausworthe RNG for Python and R',
long_description=long_description,
url='https://github.com/GjjvdBurg/SyncRNG',