From edc8f698f24728d1faca20c8039024739d7c2972 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Wed, 30 Mar 2022 19:48:55 -0500 Subject: [PATCH] v0.2.0 Release Also updated copyright (correctly I hope) --- LICENSE | 1 + setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 10b1c97..7c4b3ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2018 - 2020 Fred Hornsey +Copyright (c) 2020 - 2022 Object Computing Inc. and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/setup.cfg b/setup.cfg index 3a570a3..ce49df3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyopendds -version = 0.1.0 +version = 0.2.0 author = Fred Hornsey author_email = hornseyf@objectcomputing.com home_page = https://github.com/oci-labs/pyopendds @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Topic :: Communications Topic :: Software Development :: Code Generators