diff --git a/setup.cfg b/setup.cfg index 2763205..9def054 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 1.0.0 commit = True tag = True @@ -15,8 +15,8 @@ multi_line_output = 3 universal = 1 [pycodestyle] -ignore=E501, E722 -exclude=.git,.tvm +ignore = E501, E722 +exclude = .git,.tvm [tool:pytest] norecursedirs = strains .tvm diff --git a/tvm/__init__.py b/tvm/__init__.py index cd2eea4..26eb7c0 100644 --- a/tvm/__init__.py +++ b/tvm/__init__.py @@ -1,3 +1,3 @@ """Helps you keep your cool when creating dozens of open edX and eduNEXT environments.""" -__version__ = '0.1.0' +__version__ = '1.0.0'