Skip to content

Commit

Permalink
Release Lena v0.4 (update setup.py).
Browse files Browse the repository at this point in the history
  • Loading branch information
ynikitenko committed Nov 7, 2021
1 parent af4d4a7 commit 91875e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="lena",
version="0.3",
version="0.4",
author="Yaroslav Nikitenko",
author_email="metst13@gmail.com",
description="Lena is an architectural framework for data analysis",
Expand All @@ -23,7 +23,6 @@
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
classifiers=[
"Development Status :: 4 - Beta",
# "Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand All @@ -34,6 +33,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit 91875e3

Please sign in to comment.