summaryrefslogtreecommitdiff
path: root/taiga_contrib_ldap_auth/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'taiga_contrib_ldap_auth/__init__.py')
-rw-r--r--taiga_contrib_ldap_auth/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taiga_contrib_ldap_auth/__init__.py b/taiga_contrib_ldap_auth/__init__.py
index db928c9..6608375 100644
--- a/taiga_contrib_ldap_auth/__init__.py
+++ b/taiga_contrib_ldap_auth/__init__.py
@@ -14,6 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = (0, 0, 1)
+__version__ = (0, 0, 2)
default_app_config = "taiga_contrib_ldap_auth.apps.TaigaContribLDAPAuthAppConfig"