Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed May 10, 2020
1 parent 5558d1b commit 1176c65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion django_codemod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Bruno Alla"""
__email__ = "[email protected]"
__version__ = "0.2.1"
__version__ = "0.3.0"
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
tag = True

Expand All @@ -15,11 +15,11 @@ long_description = file:README.md
long_description_content_type = text/markdown
keywords = django, codemod, libCST
url = https://django-codemod.readthedocs.io
project_urls =
project_urls =
Source = https://github.com/browniebroke/django-codemod
Documentation = https://django-codemod.readthedocs.io
Travis CI = https://travis-ci.com/browniebroke/django-codemod
classifiers =
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Expand All @@ -34,13 +34,13 @@ python_requires = >=3.6
packages = find:
include_package_data = true
zip_safe = false
install_requires =
install_requires =
libcst
test_require =
test_require =
pytest>=3

[options.packages.find]
include =
include =
django_codemod
django_codemod.*

Expand Down

0 comments on commit 1176c65

Please sign in to comment.