Skip to content

Commit

Permalink
dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Mar 14, 2024
1 parent 75c71fa commit ffc74e9
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.0
tag_name: 0.14.1
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 = "1.14.1"
VERSION = "1.14.1.dev"

def __init__(self, debug=False):
self.last_update_check_github = {'timestamp': time.time(),
Expand Down

0 comments on commit ffc74e9

Please sign in to comment.