Skip to content

Commit

Permalink
chore: add bumpversion settings and update setup info (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r authored May 20, 2022
1 parent c5e90d9 commit 84a4b4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True

[bumpversion:file:tvm/__init__.py]

[isort]
include_trailing_comma = True
indent = ' '
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ def is_requirement(line):
setup(
name='tutor-version-manager',
version=VERSION,
description="""Helps you keep your cool when creating dozens of open edX and eduNEXT environments""",
description="""It manages Tutor versions and enables switching between them.""",
long_description=README + '\n\n' + CHANGELOG,
author='eduNEXT',
author_email='felipe.montoya@edunext.co',
author_email='contact@edunext.co',
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
install_requires=load_requirements('requirements/base.in'),
Expand Down

0 comments on commit 84a4b4d

Please sign in to comment.