Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelRigault committed Aug 14, 2018
1 parent 6efa463 commit 7a8407d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#! /usr/bin/env python
#

DESCRIPTION = "access ZTF IRSA data from Python "
LONG_DESCRIPTION = """ Long Python wrapper of ZTF IRSA IPA"""
DESCRIPTION = "access ZTF data on IRSA from Python "
LONG_DESCRIPTION = """ ZTF data on IRSA from Python """

DISTNAME = 'ztfquery'
AUTHOR = 'Mickael Rigault'
MAINTAINER = 'Mickael Rigault'
MAINTAINER_EMAIL = '[email protected]'
URL = 'https://github.com/MickaelRigault/ztfquery'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/MickaelRigault/ztfquery/tarball/0.6'
VERSION = '0.6.1'
DOWNLOAD_URL = 'https://github.com/MickaelRigault/ztfquery/tarball/1.0'
VERSION = '1.0.0'

try:
from setuptools import setup, find_packages
Expand Down
2 changes: 1 addition & 1 deletion ztfquery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.6.1"
__version__ = "1.0.0"

# - First time you call the script, it'll ask for your login info
from .io import has_encryption, set_account
Expand Down

0 comments on commit 7a8407d

Please sign in to comment.