Skip to content

Commit

Permalink
Merge pull request #24 from Bhavneet-Sharma/init_version_update
Browse files Browse the repository at this point in the history
Updating version in init file
  • Loading branch information
Bhavneet-Sharma authored Jan 30, 2024
2 parents 16f75f3 + 4c4a5d3 commit 8810b63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PyPowerStore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
# Copyright: (c) 2024, Dell Technologies
"""__init__.py."""

__title__ = 'PyPowerStore'
__version__ = '2.1.0.0'
__version__ = '3.0.0.0'
__author__ = 'Dell Technologies or its subsidiaries'
__copyright__ = 'Copyright 2019 Dell Technologies'

0 comments on commit 8810b63

Please sign in to comment.