sbdl 1.18.2__tar.gz → 1.18.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.4
2
2
  Name: sbdl
3
- Version: 1.18.2
3
+ Version: 1.18.3
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sbdl
3
- Version: 1.18.2
3
+ Version: 1.18.3
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
@@ -215,8 +215,8 @@ _B=None
215
215
  _A=True
216
216
  import argparse,base64,datetime,csv,functools,getpass,hashlib,importlib,io,json,os,pathlib,platform,re,shlex,string,subprocess,sys,tarfile,tempfile,textwrap,time,traceback,types,unittest,urllib.request,urllib.parse,warnings,zlib,zipfile
217
217
  __NAME=_j
218
- __VERSION='1.18.2'
219
- __VERSION_DEV='9a63197'
218
+ __VERSION='1.18.3'
219
+ __VERSION_DEV='062b082'
220
220
  __VERSION_DSL='25.6'
221
221
  __VERSION_REST_API='1.1.0'
222
222
  __AUTHOR='contact@sbdl.dev'
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='sbdl',
5
- version='1.18.2',
5
+ version='1.18.3',
6
6
  description = "System Behaviour Description Language (Compiler)",
7
7
  author = "Michael A. Hicks",
8
8
  author_email = "michael@mahicks.org",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes