From 3acf2005e1dac100dc455843e77629591dd8513c Mon Sep 17 00:00:00 2001 From: Vlad Isayko Date: Tue, 23 Nov 2021 11:48:10 +0400 Subject: [PATCH] Update industries list (#105) * Update list of industries * Update version --- README.md | 12 +++++++++--- osci/__init__.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 721925b..9e2c02d 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,18 @@ In order to add a company to the OSCI ranking, do the following: - ^.*\.facebook\.com$ ``` 1) Select the industry to which your company belongs from the following list: - - Banking & Financial Services; - - Government, Public Sector & Non-Profits; + - Automotive; + - Banking, Insurance & Financial Services; + - Education; - Energy & Utilities; - - Healthcare; + - Entertainment; + - Healthcare and Pharma; + - Professional Services; + - Public Sector; + - Retail & Hospitality; - Technology; - Media & Telecoms; + - Travel & Transport; - Other (please specify); For example: diff --git a/osci/__init__.py b/osci/__init__.py index 53156d3..8a12df2 100644 --- a/osci/__init__.py +++ b/osci/__init__.py @@ -1 +1 @@ -__version__ = '2021.11.0' +__version__ = '2021.11.1'