Skip to content

Commit

Permalink
Merge pull request #22 from 201st-Luka/correcting_errors
Browse files Browse the repository at this point in the history
changed version
  • Loading branch information
201st-Luka authored Jul 26, 2023
2 parents f85d7fb + 21349db commit a7c0665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude
.pytest_cache
tests/.pytest_cache
build
pyclasher.egg-info
testing
/build/
/dist/
/pyclasher.egg-info/
/testing/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('README.md', 'r', encoding='utf-8') as readme_md:
readme = readme_md.read()

VERSION = '0.1.0-alpha3'
VERSION = '1.0.0-alpha1'

packages = find_packages(exclude=['tests', 'tests.*'])

Expand Down

0 comments on commit a7c0665

Please sign in to comment.