Skip to content

Commit 5db9701

Browse files
committed
Bump version: 0.1.0 → 1.0.0
1 parent 84a4b4d commit 5db9701

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

@@ -15,8 +15,8 @@ multi_line_output = 3
1515
universal = 1
1616

1717
[pycodestyle]
18-
ignore=E501, E722
19-
exclude=.git,.tvm
18+
ignore = E501, E722
19+
exclude = .git,.tvm
2020

2121
[tool:pytest]
2222
norecursedirs = strains .tvm

tvm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Helps you keep your cool when creating dozens of open edX and eduNEXT environments."""
22

3-
__version__ = '0.1.0'
3+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)