Skip to content

Commit

Permalink
Merge pull request #51 from MicroPyramid/release0.1
Browse files Browse the repository at this point in the history
changed the release version
  • Loading branch information
chaitu210 committed Apr 4, 2016
2 parents db007a4 + 6d5413d commit 3d3c42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions django_blog_it/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.2'
release = '0.1'

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

# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
PROJECT_NAME = 'micro_blog'
PROJECT_NAME = 'django_blog_it'

data_files = []
for dirpath, dirnames, filenames in os.walk(PROJECT_NAME):
Expand All @@ -22,7 +22,7 @@

setup(
name='django-blog-it',
version='0.0.4',
version='0.1',
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
description='A simple installable app for writing blog posts',
Expand Down

0 comments on commit 3d3c42a

Please sign in to comment.