Skip to content

Commit

Permalink
Bump version: 0.2.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bulv1ne committed May 9, 2021
1 parent b294277 commit 0e75948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion country_list/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__author__ = "Niels Lemmens"
__email__ = "draso.odin@gmail.com"
__version__ = "0.2.1"
__version__ = "1.0.0"
__all__ = ["available_languages", "countries_for_language"]
3 changes: 1 addition & 2 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 = 1.0.0
commit = True
tag = True

Expand All @@ -18,4 +18,3 @@ exclude = docs
max-line-length = 88

[aliases]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
name="country_list",
packages=find_packages(include=["country_list"]),
url="https://github.com/bulv1ne/country_list",
version="0.2.1",
version="1.0.0",
zip_safe=False,
)

0 comments on commit 0e75948

Please sign in to comment.