Skip to content

Commit

Permalink
Bump: Swap package from v0.2.3 to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 10, 2020
1 parent 7aade7a commit a783892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
install_requires=requirements,
extras_require={
"tests": [
"pytest>=6.0.1,<7",
"pytest>=6.1.2,<7",
"pytest-cov>=2.10.1,<3"
],
"docs": [
"sphinx>=3.2.1,<4",
"sphinx>=3.3.1,<4",
"sphinx_rtd_theme>=0.5.0,<1",
"sphinx_click>=2.5.0,<3"
]
},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down
2 changes: 1 addition & 1 deletion swap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Swap Information's
__version__: str = "0.3.0a3"
__version__: str = "0.3.0"
__license__: str = "AGPL-3.0"
__author__: str = "Meheret Tesfaye"
__email__: str = "meherett@zoho.com"
Expand Down

0 comments on commit a783892

Please sign in to comment.