Skip to content

Commit

Permalink
Bump version to 2.1.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 31, 2022
1 parent f601b71 commit 8b33e96
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 8b33e96

Please sign in to comment.