Loading docs/source/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ copyright = '2020, Coriander V. Pines' author = 'Coriander V. Pines' # The full version, including alpha/beta/rc tags release = '1.0.3' release = '1.0.4' primary_domain = 'py' Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = "pysamplespace" packages = [ { include = "samplespace" }, ] version = "1.0.3" version = "1.0.4" description = "SampleSpace is a cross-platform library for describing and sampling from random distributions." authors = ["Coriander V. Pines <contact@corianderpines.org>"] license = "BSD-3-Clause" Loading samplespace/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ Submodules: pyyaml_support - YAML serialization support """ __version__ = '1.0.3' __version__ = '1.0.4' from .repeatablerandom import RepeatableRandomSequence tests/data.json +1 −1 Original line number Diff line number Diff line { "version": "1.0.3", "version": "1.0.4", "raw-seed0-index0-n10": [ 7794457278692351100, 8776856100545695417, Loading Loading
docs/source/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ copyright = '2020, Coriander V. Pines' author = 'Coriander V. Pines' # The full version, including alpha/beta/rc tags release = '1.0.3' release = '1.0.4' primary_domain = 'py' Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = "pysamplespace" packages = [ { include = "samplespace" }, ] version = "1.0.3" version = "1.0.4" description = "SampleSpace is a cross-platform library for describing and sampling from random distributions." authors = ["Coriander V. Pines <contact@corianderpines.org>"] license = "BSD-3-Clause" Loading
samplespace/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ Submodules: pyyaml_support - YAML serialization support """ __version__ = '1.0.3' __version__ = '1.0.4' from .repeatablerandom import RepeatableRandomSequence
tests/data.json +1 −1 Original line number Diff line number Diff line { "version": "1.0.3", "version": "1.0.4", "raw-seed0-index0-n10": [ 7794457278692351100, 8776856100545695417, Loading