Skip to content

Commit

Permalink
Update metadata for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Oct 20, 2023
1 parent 286180a commit fa997bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ __pycache__/
*.egg-info/
*.so
*.dll
*.dylib
*.dylib
*.pyd
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "icicle-python"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[lib]
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit fa997bc

Please sign in to comment.