ciel 2.1.2__tar.gz → 2.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: ciel
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: An PDK builder/version manager for PDKs in the open_pdks format
5
5
  Home-page: https://github.com/fossi-foundation/ciel
6
6
  License: Apache-2.0
@@ -31,7 +31,7 @@ opt = partial(click.option, show_default=True)
31
31
 
32
32
 
33
33
  class VersionArgument(click.Argument):
34
- def make_metavar(self):
34
+ def make_metavar(self, ctx: Optional[click.Context] = None):
35
35
  return "<VERSION>"
36
36
 
37
37
  def set_tool_metadata_file_path(
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ciel"
3
- version = "2.1.2"
3
+ version = "2.1.3"
4
4
  description = "An PDK builder/version manager for PDKs in the open_pdks format"
5
5
  authors = ["Mohamed Gaber <me@donn.website>", "Efabless Corporation"]
6
6
  readme = "Readme.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes