Loading setup.cfg +1 −1 Original line number Diff line number Diff line [bumpversion] current_version = 0.7.0 current_version = 0.7.1 commit = True tag = True Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from template import __doc__ as description setup( name="template", version="0.7.0", version="0.7.1", description=description, long_description=open("README.rst", "r").read(), long_description_content_type="text/x-rst", Loading template/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ except ImportError: pass __version__ = "0.7.0" __version__ = "0.7.1" def render(template_string): Loading Loading
setup.cfg +1 −1 Original line number Diff line number Diff line [bumpversion] current_version = 0.7.0 current_version = 0.7.1 commit = True tag = True Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from template import __doc__ as description setup( name="template", version="0.7.0", version="0.7.1", description=description, long_description=open("README.rst", "r").read(), long_description_content_type="text/x-rst", Loading
template/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ except ImportError: pass __version__ = "0.7.0" __version__ = "0.7.1" def render(template_string): Loading