Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
matan1008 committed Apr 22, 2023
1 parent 9910513 commit e04d825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

BASE_DIR = Path(__file__).parent.resolve(strict=True)
VERSION = '0.0.6'
VERSION = '0.0.7'
PACKAGE_NAME = 'pygnuutils'
PACKAGES = [p for p in find_packages() if not p.startswith('tests')]

Expand Down

0 comments on commit e04d825

Please sign in to comment.