Skip to content

Commit

Permalink
setup new release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azneto committed Aug 18, 2022
1 parent 29a235d commit 0c8b52a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="machado",
version="v0.3.0",
version="0.4.0",
packages=find_packages(),
include_package_data=True,
license="GPL License",
Expand All @@ -24,7 +24,7 @@
author_email="",
classifiers=[
"Environment :: Console",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.2",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
],
Expand Down

0 comments on commit 0c8b52a

Please sign in to comment.