Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
set up for a release
  • Loading branch information
iandennismiller committed May 20, 2018
1 parent f6b2f2f commit 391ae41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -29,8 +29,8 @@ tox:
tox

release:
# first: python setup.py register -r https://pypi.python.org/pypi
python setup.py sdist upload -r https://pypi.python.org/pypi
# first: python setup.py register
python setup.py sdist upload

# create a homebrew install script
homebrew:
Expand Down
2 changes: 1 addition & 1 deletion project_system/__meta__.py
Expand Up @@ -2,7 +2,7 @@
# project-system (c) Ian Dennis Miller

__project__ = 'project-system'
__version__ = '0.1.2'
__version__ = '0.1.3rc1'
__author__ = 'Ian Dennis Miller'
__email__ = 'iandennismiller@gmail.com'
__url__ = 'http://project-system.readthedocs.io'
Expand Down

0 comments on commit 391ae41

Please sign in to comment.