Skip to content

Commit

Permalink
Merge pull request #7 from avanov/develop
Browse files Browse the repository at this point in the history
Version bump 0.0.2
  • Loading branch information
Maxim Avanov committed Mar 21, 2018
2 parents 4342083 + 381779f commit 70a56bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -24,9 +24,9 @@
author = 'Maxim Avanov'

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


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@ def get_dependencies(path: Path) -> List[str]:
# ----------------------------

setup(name='frameapp',
version='0.0.1',
version='0.0.2',
description='Frameapp',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 70a56bc

Please sign in to comment.