Skip to content

Commit

Permalink
fix: version to work with release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMinton committed Mar 24, 2022
1 parent fcdb749 commit 2926c43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion looker_deployer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import argparse
from looker_deployer.commands import deploy_boards, deploy_code, deploy_connections
from looker_deployer.commands import deploy_content, deploy_content_export
from looker_deployer import __version__ as pkg
from looker_deployer import version as pkg


loc = "looker.ini"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

from setuptools import setup
from looker_deployer import __version__ as pkg
from looker_deployer import version as pkg

NAME = "looker_deployer"
VERSION = pkg.__version__
Expand Down

0 comments on commit 2926c43

Please sign in to comment.