psytricks 2.2.0a6__tar.gz → 2.2.0a7__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: psytricks
3
- Version: 2.2.0a6
3
+ Version: 2.2.0a7
4
4
  Summary: PowerShell Python Citrix Tricks.
5
5
  License-Expression: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -7,7 +7,7 @@ authors = [
7
7
  license = "GPL-3.0-or-later"
8
8
  readme = "README.md"
9
9
  dynamic = []
10
- version = "2.2.0-a.6"
10
+ version = "2.2.0-a.7"
11
11
 
12
12
  [tool.poetry]
13
13
  documentation = "https://imcf.one/apidocs/psytricks/psytricks.html"
@@ -3,7 +3,7 @@
3
3
  .. include:: ../../CHANGELOG.md
4
4
  """
5
5
 
6
- __version__ = "2.2.0-a.6"
6
+ __version__ = "2.2.0-a.7"
7
7
 
8
8
  # style exceptions for pdoc-include-only docstrings:
9
9
  # ruff: noqa: D400 (missing-trailing-period)
@@ -5,7 +5,7 @@ Collection of functions and other definitions to be sourced by other scripts.
5
5
  #>
6
6
 
7
7
  # the version variable will be filled by poetry at build time:
8
- $Version = "2.2.0-a.6"
8
+ $Version = "2.2.0-a.7"
9
9
 
10
10
 
11
11
  #region properties-selectors
File without changes
File without changes