Skip to content

Commit

Permalink
Update the version number to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rfverbruggen authored Oct 10, 2020
1 parent bc89f36 commit 58bfc6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
"""Rachiopy setup script."""
from setuptools import find_packages, setup

from datetime import datetime

NOW = datetime.now().strftime("%m%d%Y%H%M%S")

VERSION = f"1.0.3-dev{NOW}"
VERSION = "1.0.3"

GITHUB_USERNAME = "rfverbruggen"
GITHUB_REPOSITORY = "rachiopy"
Expand Down

0 comments on commit 58bfc6f

Please sign in to comment.