Skip to content

Commit

Permalink
dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 9, 2024
1 parent 0a6881d commit 0efe8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unicorn_fy/unicorn_fy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 0efe8ef

Please sign in to comment.