From 3a4d79ae37908280e41eee794032abcb2dffd911 Mon Sep 17 00:00:00 2001 From: blnkoff Date: Mon, 23 Sep 2024 19:29:00 +0300 Subject: [PATCH] Fixing LICENSE --- LICENSE | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b171328..c03b832 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Croco Factory +Copyright (c) 2023 Belenkov Alexey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 5cbceac..e93af28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'adspower' -version = '2.0.3.post1' +version = '2.0.3.post2' description = 'The package for interacting with API of anti-detect browser AdsPower.' authors = ['Alexey '] license = 'MIT'