Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Sep 24, 2018
1 parent 754cb9d commit 16ce32d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="area4",
version="1.0.0",
version="1.0.1",
author="RDIL",
author_email="contactspaceboom@gmail.com",
description="Dividers in Python, the easy way! Four different types.",
Expand All @@ -15,8 +15,15 @@
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
],
)

0 comments on commit 16ce32d

Please sign in to comment.