Skip to content

Commit

Permalink
fix classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwal1 committed Jun 26, 2020
1 parent 4b8f109 commit e698857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluence/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.1.4"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="Fluence",
version="0.1.3",
version="0.1.4",
author="Prajjwal Bhargava",
author_email="[email protected]",
description=(
Expand All @@ -26,7 +26,7 @@
],
python_requires=">=3.6",
classifiers=[
"Development Status :: 0 - Alpha",
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit e698857

Please sign in to comment.