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