Skip to content

Commit

Permalink
Merge pull request #1687 from cookiecutter/bump-version-back-to-dev
Browse files Browse the repository at this point in the history
Bump version to 2.1.1.dev0
  • Loading branch information
jensens committed May 31, 2022
2 parents 70b2ee2 + 8b33e96 commit 94036d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiecutter/__init__.py
@@ -1,2 +1,2 @@
"""Main package for Cookiecutter."""
__version__ = "2.1.0"
__version__ = "2.1.1.dev0"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
"""cookiecutter distutils configuration."""
from setuptools import setup

version = "2.1.0"
version = "2.1.1.dev0"

with open('README.md', encoding='utf-8') as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit 94036d0

Please sign in to comment.