Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyaacov committed Nov 20, 2023
1 parent 6d91c1e commit f724f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bppy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os import listdir
from os.path import dirname, basename, isfile, join, isdir

__version__ = '0.0.11'
__version__ = '1.0.0'
# TODO: find a smarter way to import all submodules
from bppy.execution.listeners.b_program_runner_listener import *
from bppy.execution.listeners.print_b_program_runner_listener import *
Expand Down

0 comments on commit f724f6b

Please sign in to comment.