Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iczc committed Apr 11, 2023
1 parent 9ad5c8b commit acea94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidctf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""SolidCTF is an infrastructure solution that simplifies the build of Solidity CTF challenges."""
__version_info__ = (0, 9, 3)
__version_info__ = (1, 0, 0)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit acea94f

Please sign in to comment.