Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Hinds committed Jul 2, 2021
1 parent 6ebc084 commit 0606c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anteater/main.py
Expand Up @@ -36,7 +36,7 @@
config = six.moves.configparser.ConfigParser()
config.read('anteater.conf')
reports_dir = config.get('config', 'reports_dir')
__version__ = "0.22"
__version__ = "0.3.0"
logger = logging.getLogger(__name__)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -56,7 +56,7 @@ def read(fname):

setup(
name='anteater',
version="0.22",
version="0.3.0",
description='Anteater - CI Validation Framework',
long_description_content_type='text/markdown',
long_description=read("README.md"),
Expand Down

0 comments on commit 0606c23

Please sign in to comment.