Skip to content

Commit

Permalink
bump version 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 15, 2023
1 parent 9138cd7 commit bed3cf3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.3
5.0.4
18 changes: 9 additions & 9 deletions cloudmesh/common/util.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
import subprocess
import collections
import csv
import glob
import inspect
import os
import platform
import random
import re
import shutil
import socket
import subprocess
import sys
import tempfile
import time
from contextlib import contextmanager
from getpass import getpass
import sys
import psutil
import requests
from pathlib import Path
from cloudmesh.common.console import Console
import pyfiglet
import socket
import platform

import csv
import psutil
import pyfiglet
import requests

from cloudmesh.common.console import Console

try:
collectionsAbc = collections.abc
Expand Down
2 changes: 2 additions & 0 deletions makefile-pypi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dist:
patch: clean twine
$(call banner, "patch")
cms bumpversion patch
@VERSION=$$(cat VERSION); \
git commit -m "bump version ${VERSION}" .; git push
python setup.py sdist bdist_wheel
git push origin main --tags
twine check dist/*
Expand Down

0 comments on commit bed3cf3

Please sign in to comment.