yamlscript 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yamlscript
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Program in YAML
5
5
  Home-page: https://github.com/ingydotnet/yamlscript
6
6
  Author: Ingy döt Net
@@ -2,7 +2,7 @@ import os, sys
2
2
  import ctypes
3
3
  import json
4
4
 
5
- yamlscript_version = '0.1.32'
5
+ yamlscript_version = '0.1.33'
6
6
 
7
7
  so = 'dylib' if sys.platform == 'darwin' else 'so'
8
8
  libys_name = 'libyamlscript.' + so + '.' + yamlscript_version
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yamlscript
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Program in YAML
5
5
  Home-page: https://github.com/ingydotnet/yamlscript
6
6
  Author: Ingy döt Net
@@ -1,4 +1,4 @@
1
- version = '0.1.2'
1
+ version = '0.1.3'
2
2
 
3
3
  from setuptools import setup
4
4
  import pathlib
File without changes
File without changes
File without changes
File without changes