Skip to content

Commit

Permalink
chore(Versioning): Updating package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
frostaura committed May 13, 2023
1 parent 8dc5a32 commit e24a29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pathlib import Path

ROOT_DIR = Path(__file__).parent
VERSION = '1.0.34'
VERSION = '1.0.35'
DESCRIPTION = 'FrostAura provides a range of open-source components provide a variety of problem domains.'
LONG_DESCRIPTION = DESCRIPTION #(ROOT_DIR / '../README.md').read_text()

Expand Down

0 comments on commit e24a29b

Please sign in to comment.