Skip to content

Commit

Permalink
Update README and bump up version for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Aug 23, 2016
1 parent 5f7ca6f commit bb458e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Directory Tags for Lazy Progammers
----------------------------------
Directory Tags for Lazy Programmers
-----------------------------------

.. image:: https://badge.fury.io/py/dtags.svg
:target: https://badge.fury.io/py/dtags
Expand Down Expand Up @@ -197,4 +197,4 @@ Technical Notes
- Refrain from touching this file
- This file is auto-generated whenever a dtags command is run.
- A shell variable is created only if its name does not conflict with environment variables
- When shell variables are created, any hyphens in the name are replaced with underscores
- When shell variables are created, any disallowed characters in the name are replaced with underscores
2 changes: 1 addition & 1 deletion dtags/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '3.2.0'
VERSION = '3.2.1'

0 comments on commit bb458e6

Please sign in to comment.