Skip to content

Commit

Permalink
Bump: Swap package version to Alpha 1 (v0.3.2a1).
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Jan 6, 2021
1 parent 66090b4 commit b4b4eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Development Status :: 3 - Alpha",
"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.1"
__version__: str = "0.3.2a1"
__license__: str = "AGPL-3.0"
__author__: str = "Meheret Tesfaye"
__email__: str = "[email protected]"
Expand Down

0 comments on commit b4b4eb6

Please sign in to comment.