Skip to content

Commit

Permalink
Version 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbergstrom authored and erikbergstrom committed Feb 18, 2020
1 parent 09e921f commit f79eddd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ The purpose of this document is to provide a guide for using the SigProfilerSimu

For users that prefer working in an R environment, a wrapper package is provided and can be found and installed from: https://github.com/AlexandrovLab/SigProfilerSimulatorR

![Schematic] (Figure1.png)

# PREREQUISITES
The framework is written in PYTHON, however, it also requires the following additional software with the given versions (or newer) and access to BASH:

Expand Down
2 changes: 1 addition & 1 deletion SigProfilerSimulator.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: SigProfilerSimulator
Version: 0.2.25
Version: 1.0.0
Summary: SigProfiler simulator tool
Home-page: UNKNOWN
Author: Erik Bergstrom
Expand Down
4 changes: 2 additions & 2 deletions SigProfilerSimulator/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# THIS FILE IS GENERATED FROM SIGPROFILERSIMULATOR SETUP.PY
short_version = '0.2.25'
version = '0.2.25'
short_version = '1.0.0'
version = '1.0.0'


Binary file removed dist/SigProfilerSimulator-0.2.25.tar.gz
Binary file not shown.
Binary file added dist/SigProfilerSimulator-1.0.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():
with open('README.rst') as f:
return(f.read())

VERSION = '0.2.25'
VERSION = '1.0.0'

def write_version_py(filename='SigProfilerSimulator/version.py'):
# Copied from numpy setup.py
Expand Down

0 comments on commit f79eddd

Please sign in to comment.