Skip to content

Commit

Permalink
Bump version for release (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane authored May 25, 2023
1 parent 91ac8a4 commit 0454cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinol_make/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
from sinol_make import util

__version__ = "0.0.1"
__version__ = "1.0.0"

def configure_parsers():
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 0454cb2

Please sign in to comment.