Skip to content

Commit

Permalink
bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taquangtrung committed Mar 21, 2023
1 parent f0ad2e1 commit 6d16e8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Development Guide

# Release a new version:

- First, update the version information in `pyproject.toml` to a new verseion,
for example, to `0.0.3`.

- Then create a release in GitHub with the corresponding version, for example:
`v0.0.3`.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "solc_detect"
version = "0.0.2"
version = "0.0.3"
authors = [{name="Ta Quang Trung"},]
description = "A tool to detect Solidity compiler version required by smart contracts"
dynamic = ["dependencies"]
Expand Down

0 comments on commit 6d16e8a

Please sign in to comment.