Skip to content

Commit

Permalink
Release the first public version
Browse files Browse the repository at this point in the history
  • Loading branch information
BreezeWhite committed Nov 25, 2021
1 parent 84c4140 commit f7eca30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
draft: false
prerelease: true
prerelease: false
files: dist/*
- name: Upload to PyPi
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='oemer',
version='0.1.0rc6',
version='0.1.0',
author='BreezeWhite',
author_email='miyasihta2010@tuta.io',
description='End-to-end Optical Music Recognition (OMR) system.',
Expand Down

0 comments on commit f7eca30

Please sign in to comment.