Skip to content

Commit

Permalink
Adjusted version file for PyPi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SeBecker committed Mar 11, 2020
1 parent d4ae6d9 commit 9139750
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grmpy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3.dev1"
__version__ = "0.1.4.dev1"
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
from pathlib import Path
from shutil import rmtree

from setuptools import find_packages, setup, Command
from setuptools import Command, find_packages, setup

# Package meta-data.
NAME = "grmpy"
DESCRIPTION = "grmpy is a Python package for the simulation and estimation of the generalized Roy model."
DESCRIPTION = (
"grmpy is a Python package for the simulation and estimation of the "
"generalized Roy model."
)
README = Path("README.md").read_text()
URL = "http://grmpy.readthedocs.io"
EMAIL = "eisenhauer@policy-lab.org"
Expand Down

0 comments on commit 9139750

Please sign in to comment.