We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a4b4d commit 5db9701Copy full SHA for 5db9701
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 1.0.0
3
commit = True
4
tag = True
5
@@ -15,8 +15,8 @@ multi_line_output = 3
15
universal = 1
16
17
[pycodestyle]
18
-ignore=E501, E722
19
-exclude=.git,.tvm
+ignore = E501, E722
+exclude = .git,.tvm
20
21
[tool:pytest]
22
norecursedirs = strains .tvm
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'
0 commit comments