sbdl 1.20.1__tar.gz → 1.20.2__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: sbdl
3
- Version: 1.20.1
3
+ Version: 1.20.2
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.1
2
2
  Name: sbdl
3
- Version: 1.20.1
3
+ Version: 1.20.2
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
@@ -289,8 +289,8 @@ _A=True
289
289
  import argparse,base64,datetime,csv,functools,getpass,hashlib,importlib,io,json,os,pathlib,pickle,platform,re,shlex,string,subprocess,sys,tarfile,tempfile,textwrap,threading,time,traceback,tracemalloc,types,unittest,urllib.request,urllib.parse,warnings,zlib,zipfile
290
290
  warnings.filterwarnings(_A6,category=DeprecationWarning)
291
291
  __NAME=_b
292
- __VERSION='1.20.1'
293
- __VERSION_DEV='27b115d'
292
+ __VERSION='1.20.2'
293
+ __VERSION_DEV='0b11b71'
294
294
  __VERSION_DSL='25.6'
295
295
  __VERSION_REST_API='1.1.0'
296
296
  __AUTHOR='contact@sbdl.dev'
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='sbdl',
5
- version='1.20.1',
5
+ version='1.20.2',
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