Python package version 0.990.0

This commit is contained in:
Tony Garnock-Jones 2023-10-15 12:08:49 +02:00
parent e3d67af17f
commit 8ba216ff96
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ from setuptools import setup
setup(
name="preserves",
version="0.18.1",
version="0.990.0",
author="Tony Garnock-Jones",
author_email="tonyg@leastfixedpoint.com",
license="Apache Software License",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: Apache Software License",
@ -15,7 +15,7 @@ setup(
],
packages=["preserves"],
url="https://preserves.dev/",
description="Experimental data serialization format",
description="Data serialization format",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
install_requires=[],