Update metadata for 0.0.2

This commit is contained in:
Duncan Ogilvie
2023-10-20 17:51:57 +02:00
parent 286180a56d
commit fa997bc581
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ __pycache__/
*.egg-info/
*.so
*.dll
*.dylib
*.dylib
*.pyd
Generated
+1 -1
View File
@@ -361,7 +361,7 @@ dependencies = [
[[package]]
name = "icicle-python"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"icicle-cpu",
"icicle-vm",
+1 -1
View File
@@ -2,7 +2,7 @@
[package]
name = "icicle-python"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
[lib]
+2 -1
View File
@@ -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 =