diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index b36888e..32d2994 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -69,7 +69,7 @@ jobs: generate_release_notes: true name: unicorn-fy prerelease: false - tag_name: 0.14.1 + tag_name: 0.14.2 token: ${{ secrets.GITHUB_TOKEN }} - name: Create PyPi Release diff --git a/unicorn_fy/unicorn_fy.py b/unicorn_fy/unicorn_fy.py index f6da5b2..901af0d 100755 --- a/unicorn_fy/unicorn_fy.py +++ b/unicorn_fy/unicorn_fy.py @@ -63,7 +63,7 @@ class UnicornFy(object): - Binance.org - Jex.com """ - VERSION = "0.14.2" + VERSION = "0.14.2.dev" def __init__(self, debug=False): self.last_update_check_github = {'timestamp': time.time(),