Skip to content

Commit fa997bc

Browse files
committed
Update metadata for 0.0.2
1 parent 286180a commit fa997bc

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ __pycache__/
1111
*.egg-info/
1212
*.so
1313
*.dll
14-
*.dylib
14+
*.dylib
15+
*.pyd

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "icicle-python"
5-
version = "0.0.1"
5+
version = "0.0.2"
66
edition = "2021"
77

88
[lib]

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[metadata]
22
name = icicle-emu
3-
version = 0.0.1
3+
version = 1.0.0
44
url = https://github.com/icicle-emu/icicle-python
55
project_urls =
66
Bug Tracker = https://github.com/icicle-emu/icicle-python/issues
7+
description = Python bindings for the Icicle emulator.
78
long_description = file: README.md
89
long_description_content_type = text/markdown
910
classifiers =

0 commit comments

Comments
 (0)