Skip to content

Commit

Permalink
Bump version: 0.1.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r committed May 20, 2022
1 parent 84a4b4d commit 5db9701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 1.0.0
commit = True
tag = True

Expand All @@ -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
2 changes: 1 addition & 1 deletion tvm/__init__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 5db9701

Please sign in to comment.