Skip to content

Commit

Permalink
change version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Apr 18, 2019
1 parent ede4cc9 commit 27b694d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Nokia'

# The short X.Y version
version = '0.9.2'
version = '0.9.3'
# The full version, including alpha/beta/rc tags
release = 'alpha'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='moler', # Required
version='0.9.2', # Required
version='0.9.3', # Required
description='Moler is library to help in building automated tests', # Required
long_description=long_description, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
Expand Down

0 comments on commit 27b694d

Please sign in to comment.