diff --git a/.gitignore b/.gitignore index 00aa120..6f27988 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ __pycache__/ *.egg-info/ *.so *.dll -*.dylib \ No newline at end of file +*.dylib +*.pyd \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 7e68620..4b80d95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ [[package]] name = "icicle-python" -version = "0.0.1" +version = "0.0.2" dependencies = [ "icicle-cpu", "icicle-vm", diff --git a/Cargo.toml b/Cargo.toml index e86f9de..432e7bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "icicle-python" -version = "0.0.1" +version = "0.0.2" edition = "2021" [lib] diff --git a/setup.cfg b/setup.cfg index 82ecb28..ad914f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =