Skip to content

Commit

Permalink
Revert to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Nov 18, 2020
1 parent 91947c9 commit b27b59c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ What's New
==========


v0.3.4 (unreleased)
-------------------


v0.3.3 (18 November 2020)
-------------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

MAJOR = 0
MINOR = 3
MICRO = 3
ISRELEASED = True
MICRO = 4
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit b27b59c

Please sign in to comment.