Skip to content

Commit 3595a88

Browse files
committed
release 0.0.2
1 parent 445a030 commit 3595a88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ INSTALLED_APPS = (
2424
## distributing
2525

2626
```bash
27+
# change version in setup.cfg
2728
$ ./setup.py sdist
2829
$ twine upload dist/*
2930
```

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name = django-ckc
3939
author = Eric Carmichael
4040
author_email = [email protected]
4141
description = tools, utilities, etc. we use across projects @ ckc
42-
version = 0.0.1
42+
version = 0.0.2
4343
url = https://github.com/ckcollab/django-ckc
4444
keywords =
4545
django

0 commit comments

Comments
 (0)