mirror of
https://github.com/icicle-emu/icicle-python
synced 2026-06-21 13:53:41 +00:00
Update metadata for 0.0.2
This commit is contained in:
+2
-1
@@ -11,4 +11,5 @@ __pycache__/
|
||||
*.egg-info/
|
||||
*.so
|
||||
*.dll
|
||||
*.dylib
|
||||
*.dylib
|
||||
*.pyd
|
||||
Generated
+1
-1
@@ -361,7 +361,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "icicle-python"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"icicle-cpu",
|
||||
"icicle-vm",
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "icicle-python"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
[metadata]
|
||||
name = icicle-emu
|
||||
version = 0.0.1
|
||||
version = 1.0.0
|
||||
url = https://github.com/icicle-emu/icicle-python
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/icicle-emu/icicle-python/issues
|
||||
description = Python bindings for the Icicle emulator.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
classifiers =
|
||||
|
||||
Reference in New Issue
Block a user