Skip to content

Commit c18c078

Browse files
committed
version 0.3.4
1 parent 647ff25 commit c18c078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.3.4 (unreleased)
1+
0.3.4 (2016-11-21)
22
------------------
33

44
- Added basic HITRAN queries support (#617)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
4848

4949
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
50-
VERSION = '0.3.4.dev'
50+
VERSION = '0.3.4'
5151

5252
# Indicates if this version is a release version
5353
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)