Skip to content

Commit

Permalink
Preparing version for v0.1-alpha
Browse files Browse the repository at this point in the history
During this version PyPi package will be uploaded but it's just the alpha prerelease version.
  • Loading branch information
MarekSuchanek committed Jan 31, 2017
1 parent 5864e74 commit 2aff002
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.0-dev'
release = '0.1-alpha'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions repocribro/repocribro.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

AUTHOR = 'Marek Suchánek'
PROG_NAME = 'repocribro'
RELEASE = '0.0-dev'
VERSION = '0.0'
RELEASE = '0.1-alpha'
VERSION = '0.1'


def make_githup_api(cfg):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='repocribro',
version='0.0.0',
version='0.1-alpha',
keywords='github repositories sieve projects community',
description='Extensible sifting tool for information from GitHub repositories',
long_description=long_description,
Expand Down

0 comments on commit 2aff002

Please sign in to comment.